summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-09-26 10:17:41 +0000
committerWez Furlong <wez@php.net>2002-09-26 10:17:41 +0000
commit4c2a9c091b2ce50c26ffe1b75ebe1679faa675b5 (patch)
tree1d932fcd0f245b126f22274f9e7794f58de55441 /ext/standard/file.h
parent3a67c677370651d88af59c23a056806c732138c0 (diff)
downloadphp-git-4c2a9c091b2ce50c26ffe1b75ebe1679faa675b5.tar.gz
Remove an unused variable and a now-unused function.
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index edaca259d6..3990504509 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -57,7 +57,6 @@ PHP_FUNCTION(file_get_contents);
PHP_FUNCTION(set_socket_blocking); /* deprecated */
PHP_FUNCTION(socket_set_blocking);
PHP_FUNCTION(socket_set_timeout);
-PHP_FUNCTION(socket_get_status);
PHP_FUNCTION(set_file_buffer);
PHP_FUNCTION(get_meta_tags);
PHP_FUNCTION(flock);