common/assert: Don't crash on asserts.

Let's try to continue and see what happens...
This commit is contained in:
Markus Wick
2021-04-07 22:42:47 +02:00
committed by bunnei
parent b04877dd95
commit e4b12a5d44

View File

@@ -4,8 +4,4 @@
#include "common/assert.h"
#include "common/common_funcs.h"
void assert_handle_failure() {
Crash();
}
void assert_handle_failure() {}