diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-02-06 10:03:40 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-02-06 10:03:40 +0000 |
commit | ccc8755196b5dd8a01dd3c3241e246d2cad6bc3c (patch) | |
tree | 8054681ff16c9eb773fc01df999d96d1e56c5199 | |
parent | eba550de9de93505bb44684d62d99d19ba1f6eaf (diff) | |
download | php-git-ccc8755196b5dd8a01dd3c3241e246d2cad6bc3c.tar.gz |
Remove unused line
# I forgot to delete this line
-rw-r--r-- | ext/mbstring/mbstring.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 075c469ba5..dd819962b9 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -1429,7 +1429,6 @@ PHP_FUNCTION(mb_parse_str) Returns string in output buffer converted to the http_output encoding */ PHP_FUNCTION(mb_output_handler) { -/* pval **arg_string, **arg_status; */ char *arg_string; size_t arg_string_len; long arg_status; |