aboutsummaryrefslogtreecommitdiff
path: root/object/id/algorithm_details.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-16 08:12:35 +0000
committerGravatar Runxi Yu2026-05-16 08:12:35 +0000
commit784e87df94edc155aca94f1cd4a381d7650982b6 (patch)
tree60d49a61f1c11709f0181ff54227efdb318380ba /object/id/algorithm_details.go
parentrefactor package roadmap (diff)
signatureNo signature
object/id: Remove more stuff that should belong in other subsystems
Diffstat (limited to 'object/id/algorithm_details.go')
-rw-r--r--object/id/algorithm_details.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/object/id/algorithm_details.go b/object/id/algorithm_details.go
index 883853c7..72e953a1 100644
--- a/object/id/algorithm_details.go
+++ b/object/id/algorithm_details.go
@@ -57,8 +57,6 @@ var (
//nolint:gochecknoglobals
algorithmByName = map[string]Algorithm{}
//nolint:gochecknoglobals
- algorithmBySignatureHeaderName = map[string]Algorithm{}
- //nolint:gochecknoglobals
supportedAlgorithms []Algorithm
)