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 1c04a90568..2f0fd60f89 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -3660,4 +3660,3 @@ static void delete_document(zval *zv) xmlDocPtr doc = Z_PTR_P(zv); xmlFreeDoc(doc); } - |