Remove dead code

This commit is contained in:
2024-10-13 21:28:27 -07:00
parent bbe964110e
commit 824037bf32
-4
View File
@@ -3594,10 +3594,6 @@ PRESERVE_NONE void right_side_iter(CheckJob *job, CheckContext *context) {
job->continuation = down_left_spine;
MUSTTAIL return job->continuation(job, context);
} else {
if (n != job->commonPrefixNode && maxVersion(n) > job->readVersion) {
job->setResult(false);
MUSTTAIL return complete(job, context);
}
job->n = nextSibling(job->n);
if (job->n == nullptr) {
job->setResult(true);