[WinEH] Remove CatchObjRecoverIdx
[oota-llvm.git] / include / llvm / CodeGen / WinEHFuncInfo.h
index 2eedf363d4044e852a7fa95c7fbf76086654345f..2754de0bf5447edf8306ec3b71817f08ccc39e43 100644 (file)
@@ -60,7 +60,6 @@ struct SEHUnwindMapEntry {
 
 struct WinEHHandlerType {
   int Adjectives;
-  int CatchObjRecoverIdx;
   /// The CatchObj starts out life as an LLVM alloca, is turned into a frame
   /// index, and after PEI, becomes a raw offset.
   union {