Skip to content

Commit

Permalink
get rid of unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
comotion committed Oct 19, 2012
1 parent 771a3df commit b14a86a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions interface_xml.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ void initXMLInterface(void)
xmlNode* nodeFind(char* label)
{
xmlNode* curnode;
xmlNode* newnode;
char* prop;

TRACE(99, "nodeFind()", NULL);
Expand All @@ -392,7 +391,6 @@ xmlNode* nodeFind(char* label)
{ return 0; }

curnode = xmlwalklist[level - 1] -> children;
newnode = NULL;
while (curnode)
{
if (curnode -> type == XML_ELEMENT_NODE &&
Expand Down

0 comments on commit b14a86a

Please sign in to comment.