Remove dead code
All checks were successful
Tests / Release [gcc] total: 583, passed: 583
GNU C Compiler (gcc) |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |0|0|0|0|:clap: Reference build: <a href="https://jenkins.weaselab.dev/job/weaselab/job/conflict-set/job/main/23//gcc">weaselab » conflict-set » main #23</a>
Tests / Coverage total: 581, passed: 581
weaselab/conflict-set/pipeline/head This commit looks good

This commit is contained in:
2024-02-20 15:30:07 -08:00
parent 06f92722f0
commit 4cbbeab55d

View File

@@ -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 {