From 42d002a7090327fc8d805ad9426764e77dfbfe24 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jun 2026 02:54:14 +0900 Subject: chore(compiler): drop compiler.rs The Compiler.php is PHP-tooling only (bin/compile) with no Rust equivalent, so it is not ported. Remove the compiler module along with the symbols used solely by it. Co-Authored-By: Claude Opus 4.8 --- crates/shirabe-external-packages/src/composer/ca_bundle/ca_bundle.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/shirabe-external-packages/src/composer/ca_bundle') diff --git a/crates/shirabe-external-packages/src/composer/ca_bundle/ca_bundle.rs b/crates/shirabe-external-packages/src/composer/ca_bundle/ca_bundle.rs index 3546056..31383e2 100644 --- a/crates/shirabe-external-packages/src/composer/ca_bundle/ca_bundle.rs +++ b/crates/shirabe-external-packages/src/composer/ca_bundle/ca_bundle.rs @@ -16,8 +16,4 @@ impl CaBundle { pub fn validate_ca_file(_ca_file: &str, _logger: ()) -> bool { todo!() } - - pub fn get_bundled_ca_bundle_path() -> String { - todo!() - } } -- cgit v1.3.1