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/seld/phar_utils/mod.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 crates/shirabe-external-packages/src/seld/phar_utils/mod.rs (limited to 'crates/shirabe-external-packages/src/seld/phar_utils/mod.rs') diff --git a/crates/shirabe-external-packages/src/seld/phar_utils/mod.rs b/crates/shirabe-external-packages/src/seld/phar_utils/mod.rs deleted file mode 100644 index fed35a8..0000000 --- a/crates/shirabe-external-packages/src/seld/phar_utils/mod.rs +++ /dev/null @@ -1,5 +0,0 @@ -pub mod linter; -pub mod timestamps; - -pub use linter::*; -pub use timestamps::*; -- cgit v1.3.1