[Libreoffice-commits] core.git: compilerplugins/clang

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Mar 8 11:02:55 UTC 2019


 compilerplugins/clang/constvars.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 135c7db61d1fa72bd17ed6904459ee2d3a754179
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri Mar 8 13:00:31 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Mar 8 13:01:41 2019 +0200

    remove debugging leftover
    
    Change-Id: Ia0d2a883a3bd3aca96fe4c8f72f44c694837e568

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();
     }
 }
 


More information about the Libreoffice-commits mailing list