Fixed unused variable warning introduced in r313796 causing build failure

llvm-svn: 313802
This commit is contained in:
Cameron Desrochers 2017-09-20 19:37:37 +00:00
parent f4e95d7290
commit 531aec2e90
1 changed files with 0 additions and 3 deletions

View File

@ -564,9 +564,6 @@ PreambleBounds Lexer::ComputePreamble(StringRef Buffer,
Buffer.end());
TheLexer.SetCommentRetentionState(true);
// StartLoc will differ from FileLoc if there is a BOM that was skipped.
SourceLocation StartLoc = TheLexer.getSourceLocation();
bool InPreprocessorDirective = false;
Token TheTok;
SourceLocation ActiveCommentLoc;