1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

Remove unused variable

This commit is contained in:
Pierrick Charron
2011-03-13 05:25:45 +00:00
parent 6e74d95f34
commit 4a0831743d
-1
View File
@@ -676,7 +676,6 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
int max_file_size = 0, skip_upload = 0, anonindex = 0, is_anonymous;
zval *http_post_files = NULL;
HashTable *uploaded_files = NULL;
int str_len = 0;
multipart_buffer *mbuff;
zval *array_ptr = (zval *) arg;
int fd = -1;