mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
remove unreferenced var came in with merge
This commit is contained in:
@@ -499,8 +499,6 @@ static void php_wddx_serialize_object(wddx_packet *packet, zval *obj)
|
||||
php_wddx_add_chunk_static(packet, WDDX_STRUCT_E);
|
||||
}
|
||||
} else {
|
||||
uint key_len;
|
||||
|
||||
php_wddx_add_chunk_static(packet, WDDX_STRUCT_S);
|
||||
snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR);
|
||||
php_wddx_add_chunk(packet, tmp_buf);
|
||||
|
||||
Reference in New Issue
Block a user