From ea7eb071166c69e11bfda4f1d89d5c2b6bbcdca3 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 6 Jul 2012 01:14:58 +0000 Subject: [PATCH] CommentParser.cpp: remove unused variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159797 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/CommentParser.cpp | 1 - 1 file changed, 1 deletion(-) 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(), -- 2.40.0