forked from OSchip/llvm-project
Removed a stray dump() that made it into top-of-tree.
llvm-svn: 119890
This commit is contained in:
parent
a3aa0cf6e6
commit
fbfd7ba547
|
@ -1097,8 +1097,6 @@ ClangASTContext::AddMethodToCXXRecordType
|
|||
|
||||
QualType method_qual_type (QualType::getFromOpaquePtr (method_opaque_type));
|
||||
|
||||
method_qual_type.dump();
|
||||
|
||||
CXXMethodDecl *cxx_method_decl = NULL;
|
||||
|
||||
DeclarationName decl_name (&identifier_table->get(name));
|
||||
|
|
Loading…
Reference in New Issue