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 --- .../src/seld/phar_utils/timestamps.rs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs (limited to 'crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs') diff --git a/crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs b/crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs deleted file mode 100644 index 0a25389..0000000 --- a/crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs +++ /dev/null @@ -1,18 +0,0 @@ -#[derive(Debug)] -pub struct Timestamps { - file: String, -} - -impl Timestamps { - pub fn new(_file: &str) -> Self { - todo!() - } - - pub fn update_timestamps(&mut self, _date: &str) -> anyhow::Result<()> { - todo!() - } - - pub fn save(&self, _file: &str, _format: i64) -> anyhow::Result<()> { - todo!() - } -} -- cgit v1.3.1