chore: Remove Schedule() call (#2938)

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2024-04-21 11:32:44 +03:00 committed by GitHub
parent 322b2e7ac1
commit 9b9c32c91d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 2 additions and 42 deletions

View file

@ -834,10 +834,6 @@ OpStatus Transaction::ScheduleSingleHop(RunnableType cb) {
return local_result_;
}
void Transaction::Schedule() {
// no-op
}
// Runs in coordinator thread.
void Transaction::Execute(RunnableType cb, bool conclude) {
if (multi_ && multi_->role == SQUASHED_STUB) {