Remove unused const #1123

Merged
fyrchik merged 1 commit from achuprov/frostfs-node:refactor/remove_unused_const into master 2024-05-08 11:11:38 +00:00
3 changed files with 514 additions and 580 deletions

View file

@ -40,8 +40,7 @@ const (
metaFlagKey = "meta"
pathFlagKey = "path"
pathAttributeFlagKey = "pattr"
Review

@elebedeva this should've been catched by unused, I believe, did we miss this?

@elebedeva this should've been catched by unused, I believe, did we miss this?
pathFlagKey = "path"
latestOnlyFlagKey = "latest"

View file

@ -10,8 +10,7 @@ import (
)
const (
subsection = "morph"
notarySubsection = "notary"
subsection = "morph"
// DialTimeoutDefault is a default dial timeout of morph chain client connection.
DialTimeoutDefault = 5 * time.Second

File diff suppressed because it is too large Load diff