r221732 - Remove unnecessary semicolon.

Kaelyn Takata rikka at google.com
Tue Nov 11 15:17:30 PST 2014


Author: rikka
Date: Tue Nov 11 17:17:30 2014
New Revision: 221732

URL: http://llvm.org/viewvc/llvm-project?rev=221732&view=rev
Log:
Remove unnecessary semicolon.

Modified:
    cfe/trunk/include/clang/AST/UnresolvedSet.h

Modified: cfe/trunk/include/clang/AST/UnresolvedSet.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/UnresolvedSet.h?rev=221732&r1=221731&r2=221732&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/UnresolvedSet.h (original)
+++ cfe/trunk/include/clang/AST/UnresolvedSet.h Tue Nov 11 17:17:30 2014
@@ -98,7 +98,7 @@ class UnresolvedSetImpl {
 private:
   template <unsigned N> friend class UnresolvedSet;
   UnresolvedSetImpl() {}
-  UnresolvedSetImpl(const UnresolvedSetImpl &) {};
+  UnresolvedSetImpl(const UnresolvedSetImpl &) {}
 
 public:
   // We don't currently support assignment through this iterator, so we might





More information about the cfe-commits mailing list