]> granicus.if.org Git - php/commitdiff
MFB: removed unused var
authorIlia Alshanetsky <iliaa@php.net>
Wed, 17 Dec 2008 00:30:59 +0000 (00:30 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 17 Dec 2008 00:30:59 +0000 (00:30 +0000)
ext/xmlrpc/libxmlrpc/xml_element.c

index 0843fc528e4c4cf316a2855bd4a46803fcf47ab4..c13de8f2724249305ab496b35aba1c40b83b8a9f 100644 (file)
@@ -44,6 +44,9 @@ static const char rcsid[] = "#(@) $Id$";
  *   06/2000
  * HISTORY
  *   $Log$
+ *   Revision 1.12  2008/12/09 17:20:57  iliaa
+ *   Comment out fprintf() use inside the library
+ *
  *   Revision 1.11  2007/01/01 09:29:33  sebastian
  *   Bump year.
  *
@@ -719,7 +722,7 @@ xml_element* xml_elem_parse_buf(const char* in_buf, int len, XML_ELEM_INPUT_OPTI
          int line_num = XML_GetCurrentLineNumber(parser);
          int col_num = XML_GetCurrentColumnNumber(parser);
          long byte_idx = XML_GetCurrentByteIndex(parser);
-         int byte_total = XML_GetCurrentByteCount(parser);
+/*         int byte_total = XML_GetCurrentByteCount(parser); */
          const char * error_str = XML_ErrorString(err_code);
          if(byte_idx >= 0) {
              snprintf(buf,