Skip to content

Commit

Permalink
common: Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored and bep committed Sep 24, 2023
1 parent 1768684 commit 6b65b2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ package constants
// Error IDs.
// Do not change these values.
const (
ErrIDAmbigousDisableKindTaxonomy = "error-disable-taxonomy"
ErrIDAmbigousOutputKindTaxonomy = "error-output-taxonomy"

// IDs for remote errors in tpl/data.
ErrRemoteGetJSON = "error-remote-getjson"
ErrRemoteGetCSV = "error-remote-getcsv"
Expand Down

0 comments on commit 6b65b2f

Please sign in to comment.