summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2000-12-15 12:33:12 +0000
committerfoobar <sniper@php.net>2000-12-15 12:33:12 +0000
commit40677872d58973c2efa53888eef101fbcb7f64aa (patch)
tree31b825e76ee3746e22f1ac7899131b45f58cd0e2 /ext/domxml/php_domxml.c
parent1e9acc15cfdf249c585609e0b47ebbe0699fa9ab (diff)
downloadphp-git-40677872d58973c2efa53888eef101fbcb7f64aa.tar.gz
Removed unused variables.
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r--ext/domxml/php_domxml.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c
index 5fd507c39b..91c2709977 100644
--- a/ext/domxml/php_domxml.c
+++ b/ext/domxml/php_domxml.c
@@ -1517,8 +1517,6 @@ static void php_xpathptr_new_context(INTERNAL_FUNCTION_PARAMETERS, int mode)
zval *id, **tmp;
xmlXPathContextPtr ctx;
xmlDocPtr docp;
- int id_to_find;
- int type;
int ret;
if (ZEND_NUM_ARGS() == 0) {
@@ -1577,10 +1575,8 @@ PHP_FUNCTION(xptr_new_context) {
static void php_xpathptr_eval(INTERNAL_FUNCTION_PARAMETERS, int mode, int expr)
{
zval *id, *str, **tmp;
- int id_to_find;
xmlXPathContextPtr ctxp;
xmlXPathObjectPtr xpathobjp;
- int type;
int ret;
if (ZEND_NUM_ARGS() == 1) {