1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-27 18:50:07 +03:00

xpath: remove unused variable

As noted by gcc, this variable is not beeing used.
This commit is contained in:
Stefan Kost 2011-05-06 17:03:51 +03:00
parent d7958b21e7
commit a15404034c

View File

@ -10044,7 +10044,6 @@ static void
xmlXPathCompNumber(xmlXPathParserContextPtr ctxt)
{
double ret = 0.0;
double mult = 1;
int ok = 0;
int exponent = 0;
int is_exponent_negative = 0;