Remove dead code
This commit is contained in:
@@ -520,10 +520,6 @@ struct FirstGeqStepwise {
|
||||
switch (phase) {
|
||||
case Search:
|
||||
if (remaining.size() == 0) {
|
||||
if (n->entryPresent) {
|
||||
cmp = 0;
|
||||
return true;
|
||||
}
|
||||
int c = getChildGeq(n, 0);
|
||||
assert(c >= 0);
|
||||
n = getChildExists(n, c);
|
||||
|
Reference in New Issue
Block a user