summaryrefslogtreecommitdiff
path: root/ext/mailparse/mailparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mailparse/mailparse.c')
-rwxr-xr-xext/mailparse/mailparse.c3
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;