diff options
| author | 2026-05-16 08:12:35 +0000 | |
|---|---|---|
| committer | 2026-05-16 08:12:35 +0000 | |
| commit | 784e87df94edc155aca94f1cd4a381d7650982b6 (patch) | |
| tree | 60d49a61f1c11709f0181ff54227efdb318380ba /object/id/algorithm_details.go | |
| parent | refactor package roadmap (diff) | |
| signature | No 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.go | 2 |
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 ) |
