Skip to content

Commit 76cbb9f

Browse files
committed
* remove unused code
1 parent c5f1a31 commit 76cbb9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/curl/curl_async.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ static void curl_async_event_stop(zend_async_event_t *event)
223223

224224
static zend_string * curl_async_event_info(zend_async_event_t *event)
225225
{
226-
curl_async_event_t *curl_event = (curl_async_event_t *) event;
227226
return zend_string_init("CURL Async Event", sizeof("CURL Async Event") - 1, 0);
228227
}
229228

@@ -521,7 +520,6 @@ static void curl_async_multi_event_stop(zend_async_event_t *event)
521520

522521
static zend_string * curl_async_multi_event_info(zend_async_event_t *event)
523522
{
524-
curl_async_multi_event_t *curl_event = (curl_async_multi_event_t *) event;
525523
return zend_string_init("CURL Multi Async Event", sizeof("CURL Multi Async Event") - 1, 0);
526524
}
527525

0 commit comments

Comments
 (0)