Kaydet (Commit) ffa07997 authored tarafından Noel Grandin's avatar Noel Grandin

remove debugging leftover

Change-Id: I656d769f8cfd332172b2a73e9d8eb8a911eac2f8
üst 716d30c6
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment