From 24620fa1742cd4fbfd9c02075dcc5a6ea1736680 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 16 Sep 2009 00:24:31 +0000 Subject: [PATCH] remove a dead bool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81968 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/AsmPrinter.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 375b260c135..d3880651017 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -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; -- 2.34.1