[Libreoffice-commits] core.git: compilerplugins/clang
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 25 06:42:58 UTC 2019
compilerplugins/clang/unoquery.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit ffa07997b245f793561153735da2631f993f6f9e
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Mon Mar 25 08:40:17 2019 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Mar 25 08:42:23 2019 +0200
remove debugging leftover
Change-Id: I656d769f8cfd332172b2a73e9d8eb8a911eac2f8
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")
More information about the Libreoffice-commits
mailing list