diff --git a/ir/irtype.h b/ir/irtype.h index 6f8f7ded..c48db020 100644 --- a/ir/irtype.h +++ b/ir/irtype.h @@ -21,9 +21,7 @@ struct IrType void reset(); llvm::PATypeHolder* type; -#if !OPAQUE_VTBLS llvm::PATypeHolder* vtblType; -#endif }; #endif