Removed another debug message. Sigh...

llvm-svn: 150134
This commit is contained in:
Sean Callanan 2012-02-09 02:04:23 +00:00
parent 57816730f0
commit 12b0dabd31
1 changed files with 0 additions and 4 deletions

View File

@ -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
{