mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-10 01:14:09 +02:00
Remove unused IrTypeFunction::fty().
The design split between IrFuncTy/IrTypeFunction might need a review at some point.
This commit is contained in:
@@ -28,14 +28,9 @@ public:
|
||||
///
|
||||
IrTypeFunction* isFunction() { return this; }
|
||||
|
||||
IrFuncTy* fty() { return irfty; }
|
||||
|
||||
protected:
|
||||
///
|
||||
IrTypeFunction(Type* dt, llvm::Type* lt);
|
||||
|
||||
///
|
||||
IrFuncTy* irfty;
|
||||
};
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user