Skip to content

Commit 4050db6

Browse files
committed
Fixed multiple definition
1 parent 9b70a83 commit 4050db6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/curl/share.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232
#define SAVE_CURLSH_ERROR(__handle, __err) (__handle)->err.no = (int) __err;
3333

34-
zend_class_entry *curl_share_ce;
35-
3634
/* {{{ proto CurlShareHandle curl_share_init()
3735
Initialize a share curl handle */
3836
PHP_FUNCTION(curl_share_init)

0 commit comments

Comments
 (0)