NEO-98: Remove unused ability gate alias in validate_content.

pull/137/head
VinPropane 2026-05-30 18:29:30 -04:00
parent 04126693e1
commit e6b8386102
1 changed files with 0 additions and 5 deletions

View File

@ -495,11 +495,6 @@ def _prototype_ability_catalog_gate(seen_ids: dict[str, str]) -> str | None:
return None
def _prototype_e5m1_ability_gate(seen_ids: dict[str, str]) -> str | None:
"""Backward-compatible alias for the combined prototype ability catalog gate."""
return _prototype_ability_catalog_gate(seen_ids)
def _validate_npc_behavior_catalogs(
*,
npc_behavior_files: list[Path],