aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfException.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-07-20 22:05:57 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-07-20 22:05:57 +0000
commite288cd100f86631ec0ade2a85930397a4ea7b21e (patch)
treedb14cd56e8216fb10384a2f687f5e58ad276313a /lib/CodeGen/AsmPrinter/DwarfException.h
parent428ff6a6445ac1a0d263776cb0301f77f1454286 (diff)
downloadexternal_llvm-e288cd100f86631ec0ade2a85930397a4ea7b21e.zip
external_llvm-e288cd100f86631ec0ade2a85930397a4ea7b21e.tar.gz
external_llvm-e288cd100f86631ec0ade2a85930397a4ea7b21e.tar.bz2
Remove unused private member variables uncovered by the recent changes to clang's -Wunused-private-field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfException.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.h b/lib/CodeGen/AsmPrinter/DwarfException.h
index b5f86ab..75f6056 100644
--- a/lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/lib/CodeGen/AsmPrinter/DwarfException.h
@@ -175,17 +175,6 @@ public:
};
class ARMException : public DwarfException {
- /// shouldEmitTable - Per-function flag to indicate if EH tables should
- /// be emitted.
- bool shouldEmitTable;
-
- /// shouldEmitMoves - Per-function flag to indicate if frame moves info
- /// should be emitted.
- bool shouldEmitMoves;
-
- /// shouldEmitTableModule - Per-module flag to indicate if EH tables
- /// should be emitted.
- bool shouldEmitTableModule;
public:
//===--------------------------------------------------------------------===//
// Main entry points.