From fe9e449adb6bd57e66c7ba82ba3effd93b61942e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 4 May 2026 15:02:07 +0900 Subject: refactor(spdx-licenses): remove unused functions --- crates/mozart-core/src/validation.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/mozart-core') diff --git a/crates/mozart-core/src/validation.rs b/crates/mozart-core/src/validation.rs index 7b97666..24f1705 100644 --- a/crates/mozart-core/src/validation.rs +++ b/crates/mozart-core/src/validation.rs @@ -55,10 +55,6 @@ pub fn validate_license(s: &str) -> bool { mozart_spdx_licenses::spdx().validate(s) } -pub fn is_license_deprecated(s: &str) -> bool { - mozart_spdx_licenses::spdx().is_deprecated(s) -} - pub fn validate_autoload_path(s: &str) -> bool { AUTOLOAD_PATH_RE.is_match(s) } -- cgit v1.3.1