diff options
Diffstat (limited to 'ext/mailparse/mailparse.c')
-rwxr-xr-x | ext/mailparse/mailparse.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mailparse/mailparse.c b/ext/mailparse/mailparse.c index f8d2514e38..78ec53f458 100755 --- a/ext/mailparse/mailparse.c +++ b/ext/mailparse/mailparse.c @@ -314,9 +314,6 @@ PHP_FUNCTION(mailparse_stream_encode) ); RETURN_FALSE; } - - convert_to_long_ex(encod); - enc = Z_LVAL_PP(encod); buf = emalloc(bufsize); RETVAL_TRUE; |