summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-25 08:40:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-25 08:42:23 +0200
commitffa07997b245f793561153735da2631f993f6f9e (patch)
treeb6a92d67b09278456221fff2265f1c3cf99144bc /compilerplugins
parent716d30c6a0774e4dc4d5573a27613f444b865fa7 (diff)
remove debugging leftover
Change-Id: I656d769f8cfd332172b2a73e9d8eb8a911eac2f8
Diffstat (limited to 'compilerplugins')
-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")