1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00

- Drop unused variable

This commit is contained in:
Marcus Boerger
2004-08-23 20:58:48 +00:00
parent b7a8297bc1
commit efbfaec0a3

View File

@@ -2328,7 +2328,6 @@ void zend_do_brk_cont(zend_uchar op, znode *expr TSRMLS_DC)
void zend_do_switch_cond(znode *cond TSRMLS_DC)
{
zend_switch_entry switch_entry;
zend_op *opline;
switch_entry.cond = *cond;
switch_entry.default_case = -1;