diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-27 05:51:38 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-27 05:51:40 +0900 |
| commit | 7e53721b8006752e9579126f0536abb7fbcc0d17 (patch) | |
| tree | bae21e09ffceb16364cf51d4d4bc735cef5fd131 /crates/shirabe-php-shim/src | |
| parent | 11746d43db626b07e0bbb8094bf121e03135d141 (diff) | |
| download | php-shirabe-7e53721b8006752e9579126f0536abb7fbcc0d17.tar.gz php-shirabe-7e53721b8006752e9579126f0536abb7fbcc0d17.tar.zst php-shirabe-7e53721b8006752e9579126f0536abb7fbcc0d17.zip | |
chore(php-shim): remove an unnecessary shim function
Diffstat (limited to 'crates/shirabe-php-shim/src')
| -rw-r--r-- | crates/shirabe-php-shim/src/runtime.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe-php-shim/src/runtime.rs b/crates/shirabe-php-shim/src/runtime.rs index 88ab7ae..786f3f5 100644 --- a/crates/shirabe-php-shim/src/runtime.rs +++ b/crates/shirabe-php-shim/src/runtime.rs @@ -571,10 +571,6 @@ pub fn phpinfo(_what: i64) { todo!() } -pub fn exit(status: i64) -> ! { - std::process::exit(status as i32); -} - pub fn sapi_windows_vt100_support(_resource: &crate::PhpResource) -> bool { // TODO(phase-d): Windows-only SAPI function; not defined on the non-Windows target this build // models (function_exists reports it absent). |
