aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Sema/SemaDeclCXX.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/SemaDeclCXX.cpp b/lib/Sema/SemaDeclCXX.cpp
index 1c91d401d5..a7135ea4cf 100644
--- a/lib/Sema/SemaDeclCXX.cpp
+++ b/lib/Sema/SemaDeclCXX.cpp
@@ -352,7 +352,6 @@ Sema::DeclTy *Sema::ActOnStartNamespaceDef(Scope *NamespcScope,
// 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());