aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-08-20 22:22:48 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-08-20 22:22:48 +0000
commit99f074c34f76ca461cd22d20a3968383f727b735 (patch)
tree350b919d5130ad5744ed02efec70dc74f2bad41a
parentdc42dc9a2cab7aaf257e391c62435785c95e6819 (diff)
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162235 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/Stmt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/AST/Stmt.h b/include/clang/AST/Stmt.h
index 19da420272..fc21631932 100644
--- a/include/clang/AST/Stmt.h
+++ b/include/clang/AST/Stmt.h
@@ -1371,7 +1371,6 @@ class AsmStmt : public Stmt {
bool IsSimple;
bool IsVolatile;
- bool MSAsm;
unsigned NumOutputs;
unsigned NumInputs;