Update of /cvsroot/perl-xml/XML-LibXML-XPathContext
In directory sc8-pr-cvs1:/tmp/cvs-serv16118
Modified Files:
XPathContext.xs
Log Message:
Remove unused vars
Index: XPathContext.xs
===================================================================
RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/XPathContext.xs,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- XPathContext.xs 23 Mar 2003 18:22:36 -0000 1.18
+++ XPathContext.xs 23 Mar 2003 18:24:36 -0000 1.19
@@ -213,11 +213,7 @@
I32 count;
STRLEN n_a;
SV * perl_result;
- AV * array_result;
- xmlNodePtr tmp_node, tmp_node1;
dSP;
- char * tmp_string;
- double tmp_double;
int tmp_int;
SV * data;
SV ** fetch;
@@ -276,12 +272,7 @@
STRLEN len;
SV * perl_result;
ProxyNodePtr owner = NULL;
- char * tmp_string;
STRLEN n_a;
- double tmp_double;
- int tmp_int;
- AV * array_result;
- xmlNodePtr tmp_node;
SV *key;
char *strkey;
const char *function, *uri;
|