Skip to content

Commit 98bf915

Browse files
committed
unused var
1 parent 502b70c commit 98bf915

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/zend_execute.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ static zend_never_inline ZEND_COLD void zval_undefined_cv(uint32_t var, const ze
233233

234234
static zend_never_inline zval *_get_zval_cv_lookup(zval *ptr, uint32_t var, int type, const zend_execute_data *execute_data)
235235
{
236-
zend_string *cv;
237-
238236
switch (type) {
239237
case BP_VAR_R:
240238
case BP_VAR_UNSET:

0 commit comments

Comments
 (0)