From e24bf7e3b6b16a77c2eaeae9ba7b453f5138ff25 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 18:25:47 +0900 Subject: refactor(php-shim): remove unused method --- crates/shirabe-php-shim/src/lib.rs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'crates') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 110dc50..b42ed75 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -252,16 +252,6 @@ impl PhpMixed { v => Ok(v), } } - - /// PHP duck-typed helper-set entry. Real implementation lives in QuestionHelper. - pub fn ask( - &self, - _input: &dyn std::any::Any, - _output: &mut dyn std::any::Any, - _question: &dyn std::any::Any, - ) -> PhpMixed { - todo!() - } } impl From<()> for PhpMixed { -- cgit v1.3.1