summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CommentParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/AST/CommentParser.cpp')
-rw-r--r--clang/lib/AST/CommentParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/CommentParser.cpp b/clang/lib/AST/CommentParser.cpp
index 701b6fa1e1a..75eae46b8b7 100644
--- a/clang/lib/AST/CommentParser.cpp
+++ b/clang/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(),
OpenPOWER on IntegriCloud