Remove redundant cast

This commit is contained in:
2024-09-10 17:06:45 -07:00
parent 82203515a0
commit fe5cfb0336

View File

@@ -3139,7 +3139,7 @@ void CheckJob::init(const ConflictSet::ReadRange *read,
this->readVersion = InternalVersionT(read->readVersion);
this->result = result;
this->tls = tls;
this->next = (CheckJob::continuation)check_point_read_state_machine::begin;
this->next = check_point_read_state_machine::begin;
} else {
*result = checkRangeRead(root, begin, end,
InternalVersionT(read->readVersion), tls)