mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
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…
x
Reference in New Issue
Block a user