Remove redundant cast
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user