From dd8652768c83bb54d7e1b24a6a1753a6cab57882 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Mon, 17 Jun 2013 02:37:55 +0200 Subject: [PATCH] Remove unused IrTypeFunction::fty(). The design split between IrFuncTy/IrTypeFunction might need a review at some point. --- ir/irtypefunction.h | 5 ----- 1 file changed, 5 deletions(-) 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; }; ///