summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilerplugins/clang/unoquery.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/unoquery.cxx b/compilerplugins/clang/unoquery.cxx
index ad9d2aada4e9..d445aa250623 100644
--- a/compilerplugins/clang/unoquery.cxx
+++ b/compilerplugins/clang/unoquery.cxx
@@ -33,8 +33,6 @@ bool UnoQuery::VisitCXXMemberCallExpr(CXXMemberCallExpr const* memberCallExpr)
if (ignoreLocation(memberCallExpr))
return true;
- memberCallExpr->dump();
-
auto isXInterface = [](Decl const* decl) -> bool {
return bool(loplugin::DeclCheck(decl)
.Class("XInterface")