Remove visual noise from compilerplugins
Change-Id: Ibfed0b64bd60804fa377b5e25e5f197a7772d605 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
committed by
Stephan Bergmann
parent
98b829562d
commit
15e0b08ab5
@@ -151,8 +151,6 @@ SourceLocation Plugin::locationAfterToken( SourceLocation location )
|
||||
return Lexer::getLocForEndOfToken( location, 0, compiler.getSourceManager(), compiler.getLangOpts());
|
||||
}
|
||||
|
||||
/////
|
||||
|
||||
RewritePlugin::RewritePlugin( const InstantiationData& data )
|
||||
: Plugin( data )
|
||||
, rewriter( data.rewriter )
|
||||
|
Reference in New Issue
Block a user