Author: d0k
Date: Sat Oct 24 05:09:11 2009
New Revision: 84997

URL: http://llvm.org/viewvc/llvm-project?rev=84997&view=rev
Log:
Remove duplicated constructor declaration.

Modified:
    cfe/trunk/include/clang/Frontend/ASTUnit.h

Modified: cfe/trunk/include/clang/Frontend/ASTUnit.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/ASTUnit.h?rev=84997&r1=84996&r2=84997&view=diff

==============================================================================
--- cfe/trunk/include/clang/Frontend/ASTUnit.h (original)
+++ cfe/trunk/include/clang/Frontend/ASTUnit.h Sat Oct 24 05:09:11 2009
@@ -52,7 +52,6 @@
   
   ASTUnit(const ASTUnit&); // DO NOT IMPLEMENT
   ASTUnit &operator=(const ASTUnit &); // DO NOT IMPLEMENT
-  ASTUnit();
 
 public:
   ASTUnit(DiagnosticClient *diagClient = NULL);


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to