Remove unused IrTypeFunction::fty().

The design split between IrFuncTy/IrTypeFunction might need
a review at some point.
This commit is contained in:
David Nadlinger
2013-06-17 02:37:55 +02:00
parent 9b68c48611
commit dd8652768c

View File

@@ -28,14 +28,9 @@ public:
///
IrTypeFunction* isFunction() { return this; }
IrFuncTy* fty() { return irfty; }
protected:
///
IrTypeFunction(Type* dt, llvm::Type* lt);
///
IrFuncTy* irfty;
};
///