1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00

Not needed.

This commit is contained in:
Andrei Zmievski
2000-02-01 22:17:06 +00:00
parent c47452f729
commit 83a0278171

View File

@@ -939,7 +939,6 @@ PHP_FUNCTION(socket_get_status)
void *what;
int socketd = 0;
struct php_sockbuf *sock;
//FLS_FETCH();
if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(ZEND_NUM_ARGS(), &socket) == FAILURE) {
WRONG_PARAM_COUNT;