Remove entirely pointless assertion check that even causes a compiler bug on FreeBSD.
This commit is contained in:
parent
22f284940c
commit
028b98ab2b
|
|
@ -99,5 +99,5 @@ make_global_ptr() {
|
|||
// Someone else got there first.
|
||||
delete ptr;
|
||||
}
|
||||
assert(_global_ptr != (NeverFreeMemory *)NULL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue