Kaydet (Commit) 2712fc08 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

I assume these special plugins were not intended to be enabled unconditionally

...with fa135fd0 "remove unused SID constants
and associated code"

Change-Id: I51b2a9e3c8ce13401818bca0c40167a4364212f1
üst e70cdaba
......@@ -297,7 +297,7 @@ bool UnusedFields::VisitDeclRefExpr( const DeclRefExpr* declRefExpr )
return true;
}
loplugin::Plugin::Registration< UnusedFields > X("unusedfields", true);
loplugin::Plugin::Registration< UnusedFields > X("unusedfields", false);
}
......
......@@ -378,7 +378,7 @@ bool UnusedMethods::VisitDeclRefExpr( const DeclRefExpr* declRefExpr )
return true;
}
loplugin::Plugin::Registration< UnusedMethods > X("unusedmethods", true);
loplugin::Plugin::Registration< UnusedMethods > X("unusedmethods", false);
}
......
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