summaryrefslogtreecommitdiffstats
path: root/clang/Lex/Lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Lex/Lexer.cpp')
-rw-r--r--clang/Lex/Lexer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/Lex/Lexer.cpp b/clang/Lex/Lexer.cpp
index b183c4d1ea9..def75555345 100644
--- a/clang/Lex/Lexer.cpp
+++ b/clang/Lex/Lexer.cpp
@@ -736,7 +736,6 @@ void Lexer::SkipBlockComment(LexerToken &Result, const char *CurPtr) {
C = *CurPtr++;
if (C == '/') {
- char T;
if (CurPtr[-2] == '*') // We found the final */. We're done!
break;
OpenPOWER on IntegriCloud