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

remove some debug code

Change-Id: I9098ecbd3e7f96db2206d7c117cf28d0d2d5465f
üst 42ca6e53
......@@ -120,9 +120,9 @@ void UnusedVariableMore::run()
{
report(DiagnosticsEngine::Warning, "unused variable %0", varDecl->getLocation())
<< varDecl->getDeclName();
auto it = interestingDebugMap.find(varDecl);
if (it != interestingDebugMap.end())
it->second->dump();
//auto it = interestingDebugMap.find(varDecl);
//if (it != interestingDebugMap.end())
// it->second->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