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 8564c654f0..695867d7e2 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -3670,4 +3670,3 @@ static void delete_document(zval *zv) xmlDocPtr doc = Z_PTR_P(zv); xmlFreeDoc(doc); } - |