mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-23 17:02:57 +00:00
ir_emitter: Remove unused ResultAndCarryAndOverflow structure
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user