diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-07-01 22:18:40 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-07-01 22:18:40 +0300 |
commit | 6daed13c8bc29391e6a9f8c4692a69e13ac8c085 (patch) | |
tree | bef8fd9c3ff98de75eed600660528e59ca05db35 /ext/soap/php_encoding.c | |
parent | b4db4114c599682ce549cd74d2d157385e085146 (diff) | |
download | php-git-6daed13c8bc29391e6a9f8c4692a69e13ac8c085.tar.gz |
Cleanup (removed dead code)
Diffstat (limited to 'ext/soap/php_encoding.c')
-rw-r--r-- | ext/soap/php_encoding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_encoding.c b/ext/soap/php_encoding.c index 21786c6b2e..5d8bf95623 100644 --- a/ext/soap/php_encoding.c +++ b/ext/soap/php_encoding.c @@ -2318,7 +2318,6 @@ iterator_done: dims = safe_emalloc(sizeof(int), dimension, 0); dims[0] = i; - //??? el = &data; el = data; for (i = 1; i < dimension; i++) { if (el != NULL && Z_TYPE_P(el) == IS_ARRAY && |