diff options
author | foobar <sniper@php.net> | 2002-04-12 21:19:59 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-12 21:19:59 +0000 |
commit | 067ca4e813a86793a2d56c6d5b21fb7f578851ce (patch) | |
tree | 957b89c92e2e59af586892a28fe3612d76714d5a /ext/zlib | |
parent | 84b37c9c03a3c1cf204286ca303d48986cfc9cee (diff) | |
download | php-git-067ca4e813a86793a2d56c6d5b21fb7f578851ce.tar.gz |
Do NOT use C++ comments in C code.
Diffstat (limited to 'ext/zlib')
-rw-r--r-- | ext/zlib/zlib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 515d7f1a1d..9131569337 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -154,8 +154,6 @@ static PHP_INI_MH(OnUpdate_zlib_output_compression) /* {{{ OnUpdate_zlib_output_compression_level */ static PHP_INI_MH(OnUpdate_zlib_output_compression_level) { -// char *ini_value; - OnUpdateInt(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); return SUCCESS; |