From bb97d4e78d2e27f68067eb8a595147bbd1a8e35e Mon Sep 17 00:00:00 2001 From: Abhimanyu Babbar Date: Tue, 1 Nov 2022 13:40:48 +0530 Subject: [PATCH] Remove unused code --- regulation-worker/internal/delete/batch/batch.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/regulation-worker/internal/delete/batch/batch.go b/regulation-worker/internal/delete/batch/batch.go index decde471e7e..f9bc49ebc51 100644 --- a/regulation-worker/internal/delete/batch/batch.go +++ b/regulation-worker/internal/delete/batch/batch.go @@ -32,8 +32,6 @@ var ( supportedDestinations = []string{"S3", "S3_DATALAKE"} ) -const listMaxItem int64 = 1000 - type Batch struct { mu sync.Mutex FM filemanager.FileManager