Skip to content

Commit b169932

Browse files
Fix warnings.
1 parent dbc6935 commit b169932

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main/output.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,6 @@ PHPAPI int php_ob_init_conflict(char *handler_new, char *handler_set TSRMLS_DC)
406406
*/
407407
static int php_ob_init_named(uint initial_size, uint block_size, char *handler_name, zval *output_handler, uint chunk_size, zend_bool erase TSRMLS_DC)
408408
{
409-
int handler_gz, handler_mb, handler_ic;
410-
411409
if (OG(ob_nesting_level)>0) {
412410
if (OG(ob_nesting_level)==1) { /* initialize stack */
413411
zend_stack_init(&OG(ob_buffers));

0 commit comments

Comments
 (0)