[skip ci] Remove dead code

This commit is contained in:
Gina Peter Bnayard 2024-08-17 18:14:30 +02:00
parent 0dfafdbc85
commit a1b1a6c925

View File

@ -42,7 +42,6 @@ static void resourcebundle_iterator_read( ResourceBundle_iterator *iterator )
resourcebundle_extract_value( &iterator->current, rb );
}
else {
// zend_throw_exception( spl_ce_OutOfRangeException, "Running past end of ResourceBundle", 0);
ZVAL_UNDEF(&iterator->current);
}
}