diff options
author | Oleksandr Redko <[email protected]> | 2023-08-31 16:39:20 +0300 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-09-24 11:59:49 +0200 |
commit | 6b65b2fae665ec112b80c4eba36275f06ad99eb2 (patch) | |
tree | 84aad5611ee1264f2841f1e6d15490ad0dfbb018 | |
parent | 1768684d8bd929a477e4365929cf695455e58c33 (diff) | |
download | hugo-6b65b2fae665ec112b80c4eba36275f06ad99eb2.tar.gz hugo-6b65b2fae665ec112b80c4eba36275f06ad99eb2.zip |
common: Remove unused constants
-rw-r--r-- | common/constants/constants.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/constants/constants.go b/common/constants/constants.go index e416d4ad3..6afb9e283 100644 --- a/common/constants/constants.go +++ b/common/constants/constants.go @@ -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" |