diff options
Diffstat (limited to 'ext/soap/php_sdl.c')
-rw-r--r-- | ext/soap/php_sdl.c | 1 |
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 */ |