Author: gribozavr
Date: Fri Jul 27 18:26:26 2012
New Revision: 160901

URL: http://llvm.org/viewvc/llvm-project?rev=160901&view=rev
Log:
CommentSema.cpp: remove extra semicolon

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

Modified: cfe/trunk/lib/AST/CommentSema.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/CommentSema.cpp?rev=160901&r1=160900&r2=160901&view=diff
==============================================================================
--- cfe/trunk/lib/AST/CommentSema.cpp (original)
+++ cfe/trunk/lib/AST/CommentSema.cpp Fri Jul 27 18:26:26 2012
@@ -451,7 +451,7 @@
   if (BestEditDistance <= MaxEditDistance)
     return BestPVDIndex;
   else
-    return ParamCommandComment::InvalidParamIndex;;
+    return ParamCommandComment::InvalidParamIndex;
 }
 
 // TODO: tablegen


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

Reply via email to