1
0
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:
Anatol Belski
2016-11-01 12:55:05 +01:00
parent 8c67460a10
commit 6b21c28b0e
-2
View File
@@ -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);