mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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.
|
// Someone else got there first.
|
||||||
delete ptr;
|
delete ptr;
|
||||||
}
|
}
|
||||||
assert(_global_ptr != (NeverFreeMemory *)NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user