[CodeGen] Remove usage of NDEBUG in header.
[oota-llvm.git] / include / llvm / CodeGen / FunctionLoweringInfo.h
index 21205a163f5c260f12d9bf9dce6668a44ea6c8f2..bd8da736c16b9e370673555b93d8a0a5fb048f30 100644 (file)
@@ -114,11 +114,6 @@ public:
   /// MBB - The current insert position inside the current block.
   MachineBasicBlock::iterator InsertPt;
 
-#ifndef NDEBUG
-  SmallPtrSet<const Instruction *, 8> CatchInfoLost;
-  SmallPtrSet<const Instruction *, 8> CatchInfoFound;
-#endif
-
   struct LiveOutInfo {
     unsigned NumSignBits : 31;
     bool IsValid : 1;