Core: remove extraneous define

No longer needed, moved to dbg.h in commit ab0f925205f1b6ccf71cc1efa0ef7298d4493fe6.
This commit is contained in:
Kawe Mazidjatari 2024-04-03 18:58:35 +02:00
parent 9e5b8a541c
commit 70c117b6ff

View File

@ -11,7 +11,4 @@
//#else
# define Assert(condition, ...) assert(condition)
# define AssertFatalMsg Assert
// TODO: this needs to go to dbg.h
# define AssertMsg(condition, ...) assert(condition)
//#endif