Remove visual noise from compilerplugins

Change-Id: Ibfed0b64bd60804fa377b5e25e5f197a7772d605
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Alexander Wilms
2014-02-25 17:55:35 +01:00
committed by Stephan Bergmann
parent 98b829562d
commit 15e0b08ab5
6 changed files with 0 additions and 9 deletions

View File

@@ -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 )