forked from OSchip/llvm-project
parent
57816730f0
commit
12b0dabd31
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue