Remove entirely pointless assertion check that even causes a compiler bug on FreeBSD.

This commit is contained in:
rdb 2009-07-22 18:31:37 +00:00
parent 22f284940c
commit 028b98ab2b

View File

@ -99,5 +99,5 @@ make_global_ptr() {
// Someone else got there first.
delete ptr;
}
assert(_global_ptr != (NeverFreeMemory *)NULL);
}