No caller of CheckRangeRightSide::downLeftSpine has null n
This commit is contained in:
@@ -2013,10 +2013,7 @@ struct CheckRangeRightSide {
|
||||
|
||||
bool downLeftSpine() {
|
||||
phase = DownLeftSpine;
|
||||
if (n == nullptr) {
|
||||
ok = true;
|
||||
return true;
|
||||
}
|
||||
assert(n != nullptr);
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user