remove a dead bool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81968 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-09-16 00:24:31 +00:00
parent 1c90c6f1c5
commit 24620fa174

View File

@ -134,11 +134,6 @@ namespace llvm {
///
bool VerboseAsm;
/// ExuberantAsm - Emit many more comments in assembly output if
/// this is true.
///
bool ExuberantAsm;
/// Private state for PrintSpecial()
// Assign a unique ID to this machine instruction.
mutable const MachineInstr *LastMI;