mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-25 21:11:25 +00:00
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…
x
Reference in New Issue
Block a user