From fe5cfb0336888811b6c0326dbd234c579cce175a Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Tue, 10 Sep 2024 17:06:45 -0700 Subject: [PATCH] Remove redundant cast --- ConflictSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index b272db6..8b2f4b6 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -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)