aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CommentParser.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-07-06 01:14:58 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-07-06 01:14:58 +0000
commitea7eb071166c69e11bfda4f1d89d5c2b6bbcdca3 (patch)
treeaf27286ceb2e579300d6c6946bb49679e5294352 /lib/AST/CommentParser.cpp
parentca6debb464191f97d6637023fe5bd6cfe880ff1f (diff)
CommentParser.cpp: remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CommentParser.cpp')
-rw-r--r--lib/AST/CommentParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/CommentParser.cpp b/lib/AST/CommentParser.cpp
index 701b6fa1e1..75eae46b8b 100644
--- a/lib/AST/CommentParser.cpp
+++ b/lib/AST/CommentParser.cpp
@@ -33,7 +33,6 @@ ParamCommandComment *Parser::parseParamCommandArgs(
/* IsDirection = */ true);
if (Retokenizer.lexWord(Arg))
- StringRef ArgText = Arg.getText();
PC = S.actOnParamCommandArg(PC,
Arg.getLocation(),
Arg.getEndLocation(),