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