From 7920bc6b3e27d7f158395169fbd0db9e5319b9ad Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 29 Mar 2005 14:49:50 +0000 Subject: [PATCH] Fixed compiler warning --- mxml.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mxml.c b/mxml.c index 61595c5..43a0a99 100755 --- a/mxml.c +++ b/mxml.c @@ -37,6 +37,9 @@ deleting nodes. $Log$ + Revision 1.5 2005/03/29 14:49:50 ritt + Fixed compiler warning + Revision 1.4 2005/03/29 14:48:54 ritt Implemented mxml_write_comment() @@ -502,9 +505,6 @@ int mxml_write_value(MXML_WRITER *writer, const char *data) int mxml_write_comment(MXML_WRITER *writer, const char *string) /* write a comment to an XML file, enclosed in "" */ { - static char *data_enc; - static int data_size = 0; - if (!writer->element_is_open) return FALSE;