[cfe-commits] r52025 - /cfe/trunk/lib/Sema/SemaDeclCXX.cpp
Steve Naroff
snaroff at apple.com
Thu Jun 5 15:58:33 PDT 2008
Author: snaroff
Date: Thu Jun 5 17:58:33 2008
New Revision: 52025
URL: http://llvm.org/viewvc/llvm-project?rev=52025&view=rev
Log:
Oops...remove weird printf:-)
Modified:
cfe/trunk/lib/Sema/SemaDeclCXX.cpp
Modified: cfe/trunk/lib/Sema/SemaDeclCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclCXX.cpp?rev=52025&r1=52024&r2=52025&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclCXX.cpp Thu Jun 5 17:58:33 2008
@@ -352,7 +352,6 @@
// We won't add this decl to the current scope. We want the namespace
// name to return the original namespace decl during a name lookup.
} else {
- printf("Weird\n");
// This is an invalid name redefinition.
Diag(Namespc->getLocation(), diag::err_redefinition_different_kind,
Namespc->getName());
More information about the cfe-commits
mailing list