forked from weaselab/conflict-set
Remove dead code
This commit is contained in:
@@ -1017,10 +1017,6 @@ struct CheckRangeLeftSide {
|
||||
n = getChildExists(n, c);
|
||||
return downLeftSpine();
|
||||
}
|
||||
if (maxBetweenExclusive(n, c, 256) > readVersion) {
|
||||
ok = false;
|
||||
return true;
|
||||
}
|
||||
n = getChildExists(n, c);
|
||||
ok = n->maxVersion <= readVersion;
|
||||
return true;
|
||||
@@ -1155,10 +1151,6 @@ struct CheckRangeRightSide {
|
||||
n = getChildExists(n, c);
|
||||
return downLeftSpine();
|
||||
}
|
||||
if (maxBetweenExclusive(n, -1, c) > readVersion) {
|
||||
ok = false;
|
||||
return true;
|
||||
}
|
||||
ok = true;
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user