summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/pointerbool.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-06 09:48:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-06 09:48:06 +0200
commit5d15bb58494eb09922df0ea1d52f0ff911b3456e (patch)
treeb44b0eacd7475ae0aa6c3dcbea441038d6466893 /compilerplugins/clang/pointerbool.cxx
parent3e0efdb50cd9bcf1749993607330ea1567eb33a2 (diff)
remove debugging code
Change-Id: Ia5018354a764f900091cb5e03327721fa66591c9
Diffstat (limited to 'compilerplugins/clang/pointerbool.cxx')
-rw-r--r--compilerplugins/clang/pointerbool.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/pointerbool.cxx b/compilerplugins/clang/pointerbool.cxx
index 543e8c6533c8..02fe6515aabd 100644
--- a/compilerplugins/clang/pointerbool.cxx
+++ b/compilerplugins/clang/pointerbool.cxx
@@ -93,7 +93,6 @@ bool PointerBool::VisitCallExpr(CallExpr const* callExpr)
<< arg->getSourceRange();
report(DiagnosticsEngine::Note, "method here", param->getLocation())
<< param->getSourceRange();
- arg->getType()->dump();
}
return true;
}