aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-shim/src/stream.rs')
-rw-r--r--crates/shirabe-php-shim/src/stream.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe-php-shim/src/stream.rs b/crates/shirabe-php-shim/src/stream.rs
index 2ecfc62..e5e5200 100644
--- a/crates/shirabe-php-shim/src/stream.rs
+++ b/crates/shirabe-php-shim/src/stream.rs
@@ -240,10 +240,6 @@ pub fn stream_get_contents3(stream: &PhpResource, max_length: i64, offset: i64)
stream_read_remaining(stream, max)
}
-pub fn is_resource_value(_resource: &PhpResource) -> bool {
- true
-}
-
pub fn get_resource_type(resource: &PhpResource) -> String {
match resource {
PhpResource::Process(_) => "process".to_string(),