mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 09:55:45 +02:00
chore: Remove Schedule() call (#2938)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
322b2e7ac1
commit
9b9c32c91d
16 changed files with 2 additions and 42 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue