Prog
This commit is contained in:
@@ -7,12 +7,6 @@
|
||||
|
||||
#include "assert.h"
|
||||
|
||||
pthread_t assertMainThread = 0;
|
||||
|
||||
void assertInit() {
|
||||
assertMainThread = pthread_self();
|
||||
}
|
||||
|
||||
void assertTrueImpl(
|
||||
const char *file,
|
||||
const int32_t line,
|
||||
|
Reference in New Issue
Block a user