Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman committed Aug 16, 2023
1 parent 975852b commit e6ba93e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ext-src/swoole_http_response.cc
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ static zend_object *php_swoole_http_response_create_object(zend_class_entry *ce)
return &response->std;
}

static void swoole_response_read_fd_property(zend_object *object, HttpContext *ctx) {
zend_update_property_long(swoole_http_response_ce, object, ZEND_STRL("fd"), ctx->fd);
}

SW_EXTERN_C_BEGIN
static PHP_METHOD(swoole_http_response, write);
static PHP_METHOD(swoole_http_response, end);
Expand Down

0 comments on commit e6ba93e

Please sign in to comment.