diff --git a/src/core/assert.h b/src/core/assert.h index e4c2e88f..50ce39ae 100644 --- a/src/core/assert.h +++ b/src/core/assert.h @@ -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