mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 15:38:19 +01:00
Remove UNUSED macro
This commit is contained in:
parent
7cac9519b0
commit
3141dadea9
2 changed files with 1 additions and 4 deletions
|
|
@ -27,5 +27,3 @@ using f32 = float;
|
|||
using f64 = double;
|
||||
static_assert(sizeof(f32) == sizeof(u32), "f32 must be 32 bits wide");
|
||||
static_assert(sizeof(f64) == sizeof(u64), "f64 must be 64 bits wide");
|
||||
|
||||
#define UNUSED(...) (void)([__VA_ARGS__](){})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue