changeset 37:e9d31d41d9f7

remove comment outed code
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 17 Dec 2013 20:18:44 +0900
parents 2b67512dc318
children f083f1411433
files tools/clang/lib/Parse/ParseDecl.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/clang/lib/Parse/ParseDecl.cpp	Sat Dec 14 18:22:46 2013 +0900
+++ b/tools/clang/lib/Parse/ParseDecl.cpp	Tue Dec 17 20:18:44 2013 +0900
@@ -3171,9 +3171,7 @@
 	  Diag(Tok, DiagID) << PrevSpec;
       }
       __retDS.SetRangeEnd(Tok.getLocation());
-      // ConsumeToken()によりTokenがl_parenに                                                                                 
       __retDS.Finish(Diags, PP);
-      // ParseDeclarationSpecifiersを抜ける。
       if(getCurScope()->isClassScope()){ //in the struct or the union.
 	
       } else {