diff options
author | Thies C. Arntzen <thies@php.net> | 1999-09-14 13:32:54 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-09-14 13:32:54 +0000 |
commit | ac1a484c84732a05b4e0cd6795a5e88a262b790c (patch) | |
tree | 04fd05c768e658641cb582f8a6f63c1175f0130e /main/SAPI.c | |
parent | 598aaba8ca50901a4846d41be5cd89619894c5a9 (diff) | |
download | php-git-ac1a484c84732a05b4e0cd6795a5e88a262b790c.tar.gz |
i'm sure this was left-over debugging code!
Diffstat (limited to 'main/SAPI.c')
-rw-r--r-- | main/SAPI.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/SAPI.c b/main/SAPI.c index 2c749daae5..852dfd40f3 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -93,10 +93,6 @@ static void sapi_free_header(sapi_header_struct *sapi_header) } -#undef SAPI_POST_BLOCK_SIZE -#define SAPI_POST_BLOCK_SIZE 2 - - static void sapi_read_post_data(SLS_D) { sapi_post_content_type_reader *post_content_type_reader; |