From 87cac158c400e6ab3b6e2d59e8bd7fafc11f65b9 Mon Sep 17 00:00:00 2001 From: Tamo Date: Thu, 27 Oct 2022 18:08:21 +0200 Subject: [PATCH] Update index-scheduler/src/batch.rs --- index-scheduler/src/batch.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/index-scheduler/src/batch.rs b/index-scheduler/src/batch.rs index 9961ca286..fbc199231 100644 --- a/index-scheduler/src/batch.rs +++ b/index-scheduler/src/batch.rs @@ -875,7 +875,6 @@ impl IndexScheduler { } // 2. Get the task set for index = name that appeared before the index swap task - let mut index_lhs_task_ids = self.index_tasks(wtxn, lhs)?; index_lhs_task_ids.remove_range(task_id..); let mut index_rhs_task_ids = self.index_tasks(wtxn, rhs)?;