diff options
Diffstat (limited to 'ext/qtdom/qtdom.c')
-rw-r--r-- | ext/qtdom/qtdom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/qtdom/qtdom.c b/ext/qtdom/qtdom.c index 0f0e002e29..390f1688d8 100644 --- a/ext/qtdom/qtdom.c +++ b/ext/qtdom/qtdom.c @@ -91,7 +91,6 @@ PHP_MINIT_FUNCTION(qtdom) PHP_MSHUTDOWN_FUNCTION(qtdom) { qdom_shutdown(); - return SUCCESS; } /* }}} */ |