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" metaFlagKey = "meta"
pathFlagKey = "path" 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?
latestOnlyFlagKey = "latest" latestOnlyFlagKey = "latest"

View file

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

File diff suppressed because it is too large Load diff