diff options
author | foobar <sniper@php.net> | 2001-09-05 01:03:50 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-09-05 01:03:50 +0000 |
commit | b54ce06e96e330fa9fe14c7dbf09dc7b51f4ffda (patch) | |
tree | 545b807bb711045aa405a810927545d7cfb5c7c2 | |
parent | fe0bfa6dbb835ca03b8cab5e76eeccbec28d8cdc (diff) | |
download | php-git-b54ce06e96e330fa9fe14c7dbf09dc7b51f4ffda.tar.gz |
Removed unused lines.
-rw-r--r-- | main/rfc1867.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/rfc1867.h b/main/rfc1867.h index ea727e4591..5d93ab4b11 100644 --- a/main/rfc1867.h +++ b/main/rfc1867.h @@ -5,11 +5,8 @@ #define MULTIPART_CONTENT_TYPE "multipart/form-data" -SAPI_API SAPI_POST_READER_FUNC(rfc1867_post_reader); SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler); -#define FILE_UPLOAD_INPUT_BUFFER_SIZE 8192 - void destroy_uploaded_files_hash(TSRMLS_D); #endif /* RFC1867_H */ |