Remove unnecessary semicolon.
authorKaelyn Takata <rikka@google.com>
Tue, 11 Nov 2014 23:17:30 +0000 (23:17 +0000)
committerKaelyn Takata <rikka@google.com>
Tue, 11 Nov 2014 23:17:30 +0000 (23:17 +0000)
llvm-svn: 221732

clang/include/clang/AST/UnresolvedSet.h

index 4266c4a..a11f22d 100644 (file)
@@ -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