ir_emitter: Remove unused ResultAndCarryAndOverflow structure
This commit is contained in:
parent
b6bb94872a
commit
8b41755db0
1 changed files with 0 additions and 7 deletions
|
@ -40,13 +40,6 @@ struct ResultAndOverflow {
|
|||
U1 overflow;
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
struct ResultAndCarryAndOverflow {
|
||||
T result;
|
||||
U1 carry;
|
||||
U1 overflow;
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
struct ResultAndGE {
|
||||
T result;
|
||||
|
|
Loading…
Reference in a new issue