diff options
author | Steve Naroff <snaroff@apple.com> | 2008-06-05 22:58:33 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-06-05 22:58:33 +0000 |
commit | c9a9200de60042a6142f0e37fa6d8f86fd1000f6 (patch) | |
tree | 380aeb941289134c22f29ddd3561fca454582a82 | |
parent | c7333881dcd00be87814d03c349dd96c815f2f05 (diff) |
Oops...remove weird printf:-)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52025 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Sema/SemaDeclCXX.cpp | 1 |
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()); |