Skip to content

Commit 4edc6e7

Browse files
authored
Removing dead arg (#24447)
## Description <#23737> deprecated this arg in favor of the proper task args built into the framework. Just removing the now unused arg now.
1 parent 30eda19 commit 4edc6e7

File tree

1 file changed

+0
-4
lines changed
  • crates/sui-checkpoint-blob-indexer/src

1 file changed

+0
-4
lines changed

crates/sui-checkpoint-blob-indexer/src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ struct Args {
5757
#[arg(long)]
5858
compression_level: Option<i32>,
5959

60-
/// Optional watermark task name to override the watermark path
61-
#[arg(long)]
62-
watermark_task: Option<String>,
63-
6460
#[command(flatten)]
6561
metrics_args: MetricsArgs,
6662

0 commit comments

Comments
 (0)