mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Removed unused variable
This commit is contained in:
parent
78d7ff706e
commit
5856a68c8d
@ -44,6 +44,11 @@ static const char rcsid[] = "#(@) $Id$";
|
||||
* 06/2000
|
||||
* HISTORY
|
||||
* $Log$
|
||||
* Revision 1.9.4.1.2.1 2008/12/09 17:22:12 iliaa
|
||||
*
|
||||
* MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable error
|
||||
* when given bad data).
|
||||
*
|
||||
* Revision 1.9.4.1 2006/07/30 11:34:02 tony2001
|
||||
* MFH: fix compile warnings (#38257)
|
||||
*
|
||||
@ -716,7 +721,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,
|
||||
|
Loading…
Reference in New Issue
Block a user