refactor(infra): cull unused infrastructure and file cache helpers

This commit is contained in:
2026-05-10 11:53:14 -04:00
parent d571a36dbe
commit ff29e20873
4 changed files with 0 additions and 30 deletions
-9
View File
@@ -704,15 +704,6 @@ class ASTParser:
def reset_client() -> None:
pass
def content_block_type(path: Path) -> str:
return "unsupported"
def get_file_id(path: Path) -> Optional[str]:
return None
def evict(path: Path) -> None:
pass
def list_cached() -> List[Dict[str, Any]]:
return []