From 70a1b23c2cf07bccacfa6c97ad9b5de1df41f17e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 7 Mar 2018 18:09:58 +0100 Subject: Remove unused assignment --- ext/reflection/php_reflection.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/reflection/php_reflection.c') diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 720039bc75..423a37b361 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -4328,7 +4328,6 @@ ZEND_METHOD(reflection_class, getProperty) } } str_name = ZSTR_VAL(name); - str_name_len = ZSTR_LEN(name); if ((tmp = strstr(ZSTR_VAL(name), "::")) != NULL) { classname_len = tmp - ZSTR_VAL(name); classname = zend_string_alloc(classname_len, 0); -- cgit v1.2.1