Author: gribozavr
Date: Thu Jul  5 20:14:58 2012
New Revision: 159797

URL: http://llvm.org/viewvc/llvm-project?rev=159797&view=rev
Log:
CommentParser.cpp: remove unused variable.

Modified:
    cfe/trunk/lib/AST/CommentParser.cpp

Modified: cfe/trunk/lib/AST/CommentParser.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/CommentParser.cpp?rev=159797&r1=159796&r2=159797&view=diff
==============================================================================
--- cfe/trunk/lib/AST/CommentParser.cpp (original)
+++ cfe/trunk/lib/AST/CommentParser.cpp Thu Jul  5 20:14:58 2012
@@ -33,7 +33,6 @@
                                 /* IsDirection = */ true);
 
   if (Retokenizer.lexWord(Arg))
-    StringRef ArgText = Arg.getText();
     PC = S.actOnParamCommandArg(PC,
                                 Arg.getLocation(),
                                 Arg.getEndLocation(),


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to