summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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