diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-08 13:00:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-08 13:01:41 +0200 |
commit | 135c7db61d1fa72bd17ed6904459ee2d3a754179 (patch) | |
tree | 06cacc14647c721c6f668dd2190ec8632ebe3406 /compilerplugins | |
parent | 468ac1bdf1dcdc1f0d679ae2a7bf75102333c0af (diff) |
remove debugging leftover
Change-Id: Ia0d2a883a3bd3aca96fe4c8f72f44c694837e568
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/constvars.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/constvars.cxx b/compilerplugins/clang/constvars.cxx index 18a9a48fc2df..56f863407f0b 100644 --- a/compilerplugins/clang/constvars.cxx +++ b/compilerplugins/clang/constvars.cxx @@ -168,7 +168,6 @@ void ConstVars::run() if (sourceString.contains("loplugin:constvars:ignore")) continue; report(DiagnosticsEngine::Warning, "static var can be const", compat::getBeginLoc(v)); - v->getType().dump(); } } |