summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r--ext/gd/gd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 7850800b42..873272e2b1 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -1393,7 +1393,6 @@ static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char
#if APACHE && defined(CHARSET_EBCDIC)
/* XXX this is unlikely to work any more thies@thieso.net */
- SLS_FETCH();
/* This is a binary file already: avoid EBCDIC->ASCII conversion */
ap_bsetflag(php3_rqst->connection->client, B_EBCDIC2ASCII, 0);
#endif