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

remove debugging leftover

Change-Id: Ia0d2a883a3bd3aca96fe4c8f72f44c694837e568
üst 468ac1bd
......@@ -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();
}
}
......
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