diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-16 15:41:12 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-16 15:41:12 -0300 |
commit | b2068f96340486086e6e892b90e0b99a278ddb9b (patch) | |
tree | 2201bf115eeb58ea1d243c5fcc11ed23d5f77a93 /src/validators.js | |
parent | 613522d60b16aedf6893ee3a7d4aeeb539b31230 (diff) |
data: drop unused trackAdditionalNameList preview
Weirdly this stuck around while the parts it was composed from, for shared and inferred additional names, were dropped earlier.
Diffstat (limited to 'src/validators.js')
-rw-r--r-- | src/validators.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/validators.js b/src/validators.js index d45560fc..31706a89 100644 --- a/src/validators.js +++ b/src/validators.js @@ -979,14 +979,6 @@ export function validateWikiData({ }; } -export function isAdditionalName() { - throw new Error('deprecated'); -} - -export function isAdditionalNameList() { - throw new Error('deprecated'); -} - // Compositional utilities export function anyOf(...validators) { |