diff options
Diffstat (limited to 'crates/shirabe-php-shim')
| -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). |
