mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[poincare] Escape trivial case
This commit is contained in:
@@ -197,6 +197,9 @@ public:
|
||||
}
|
||||
|
||||
void replaceWithAllocationFailure() {
|
||||
if (isAllocationFailure()) {
|
||||
return;
|
||||
}
|
||||
assert(isDefined());
|
||||
TreeReference<TreeNode> p = parent();
|
||||
bool hasParent = p.isDefined();
|
||||
|
||||
Reference in New Issue
Block a user