Skip to content

Commit ade2279

Browse files
committed
feat(silo): remove unused variable
1 parent 58d9a5b commit ade2279

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/silo/query_engine/exec_node/throttled_batch_reslicer.test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ TEST_F(ThrottledBatchReslicerTest, ThrottlingDelay) {
244244
const auto delay = std::chrono::milliseconds(50);
245245
ThrottledBatchReslicer reslicer(generator, 100, delay, mock_backpressure_monitor.get());
246246

247-
auto start_time = std::chrono::system_clock::now();
248-
249247
// First call should not have delay (no previous batch)
250248
auto future1 = reslicer();
251249
auto result1 = future1.result();

0 commit comments

Comments
 (0)