diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-09-26 11:12:45 +0100 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-09-26 11:12:45 +0100 |
commit | f0f583f75753b3f29df4d2f97dbf9db48657297a (patch) | |
tree | 061c82eec78f411134811ed08da25d4ce67b1893 /ext/dom | |
parent | 6d548bac93e59eb634bee36c67d0cafbcd828afa (diff) | |
download | php-git-f0f583f75753b3f29df4d2f97dbf9db48657297a.tar.gz |
remove fetch from dom
Diffstat (limited to 'ext/dom')
-rw-r--r-- | ext/dom/xpath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c index 336365e342..fddf7da423 100644 --- a/ext/dom/xpath.c +++ b/ext/dom/xpath.c @@ -82,8 +82,6 @@ static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, char *str; zend_string *callable = NULL; dom_xpath_object *intern; - - TSRMLS_FETCH(); if (! zend_is_executing(TSRMLS_C)) { xmlGenericError(xmlGenericErrorContext, |