summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2012-02-09 02:04:23 +0000
committerSean Callanan <scallanan@apple.com>2012-02-09 02:04:23 +0000
commit12b0dabd315610d2ee855bdd56b151cb540ebd35 (patch)
tree6dad9495cea7a067744e16a6ab863d9d6e1dc8e9
parent57816730f0cd4f8f5f14bc14f2e5d99685220682 (diff)
downloadbcm5719-llvm-12b0dabd315610d2ee855bdd56b151cb540ebd35.tar.gz
bcm5719-llvm-12b0dabd315610d2ee855bdd56b151cb540ebd35.zip
Removed another debug message. Sigh...
llvm-svn: 150134
-rw-r--r--lldb/source/Symbol/ClangASTImporter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Symbol/ClangASTImporter.cpp b/lldb/source/Symbol/ClangASTImporter.cpp
index 6f6dcd4abd6..6b3dc566352 100644
--- a/lldb/source/Symbol/ClangASTImporter.cpp
+++ b/lldb/source/Symbol/ClangASTImporter.cpp
@@ -418,10 +418,6 @@ clang::Decl
to,
from_named_decl->getName().str().c_str(),
from);
-
- if (!strcmp(from->getDeclKindName(), "ClassTemplateSpecialization") &&
- !from_named_decl->getName().str().compare("rebind"))
- fprintf(stderr, "This is the one!");
}
else
{
OpenPOWER on IntegriCloud