summaryrefslogtreecommitdiffstats
path: root/clang/Lex/Lexer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-28 05:02:28 +0000
committerChris Lattner <sabre@nondot.org>2006-06-28 05:02:28 +0000
commit78d6734b3423526d93882fe5d3652f6854363aa9 (patch)
tree40582eb69427e4ec25ab3ba93a79d67e2a385e5d /clang/Lex/Lexer.cpp
parentf373a4af566a4a0c35818ba4502412305e2a7529 (diff)
downloadbcm5719-llvm-78d6734b3423526d93882fe5d3652f6854363aa9.tar.gz
bcm5719-llvm-78d6734b3423526d93882fe5d3652f6854363aa9.zip
Remove dead variable.
llvm-svn: 38584
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