diff options
Diffstat (limited to 'lib/AST/CommentParser.cpp')
-rw-r--r-- | lib/AST/CommentParser.cpp | 1 |
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(), |