Author: dblaikie
Date: Mon Aug 20 17:22:48 2012
New Revision: 162235

URL: http://llvm.org/viewvc/llvm-project?rev=162235&view=rev
Log:
Remove unused variable.

Modified:
    cfe/trunk/include/clang/AST/Stmt.h

Modified: cfe/trunk/include/clang/AST/Stmt.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Stmt.h?rev=162235&r1=162234&r2=162235&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Stmt.h (original)
+++ cfe/trunk/include/clang/AST/Stmt.h Mon Aug 20 17:22:48 2012
@@ -1371,7 +1371,6 @@
 
   bool IsSimple;
   bool IsVolatile;
-  bool MSAsm;
 
   unsigned NumOutputs;
   unsigned NumInputs;


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

Reply via email to