diff --git a/ir/irtypefunction.h b/ir/irtypefunction.h index e583a621..a107d373 100644 --- a/ir/irtypefunction.h +++ b/ir/irtypefunction.h @@ -28,14 +28,9 @@ public: /// IrTypeFunction* isFunction() { return this; } - IrFuncTy* fty() { return irfty; } - protected: /// IrTypeFunction(Type* dt, llvm::Type* lt); - - /// - IrFuncTy* irfty; }; ///