summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-07-01 22:18:40 +0300
committerDmitry Stogov <dmitry@zend.com>2015-07-01 22:18:40 +0300
commit6daed13c8bc29391e6a9f8c4692a69e13ac8c085 (patch)
treebef8fd9c3ff98de75eed600660528e59ca05db35 /ext/soap/php_sdl.c
parentb4db4114c599682ce549cd74d2d157385e085146 (diff)
downloadphp-git-6daed13c8bc29391e6a9f8c4692a69e13ac8c085.tar.gz
Cleanup (removed dead code)
Diffstat (limited to 'ext/soap/php_sdl.c')
-rw-r--r--ext/soap/php_sdl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c
index 32c38a55f6..14d690f533 100644
--- a/ext/soap/php_sdl.c
+++ b/ext/soap/php_sdl.c
@@ -3085,7 +3085,6 @@ static sdlPtr make_persistent_sdl(sdlPtr sdl)
if ((preq = zend_hash_str_find_ptr(&ptr_map, (char*)&tmp, sizeof(tmp))) == NULL) {
assert(0);
}
- //???
Z_PTR_P(zv) = preq;
if (key) {
/* We have to duplicate key emalloc->malloc */