mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
MFB: removed unused var
This commit is contained in:
parent
db0d8cbd84
commit
c379c371ad
1 changed files with 4 additions and 1 deletions
|
@ -44,6 +44,9 @@ static const char rcsid[] = "#(@) $Id$";
|
||||||
* 06/2000
|
* 06/2000
|
||||||
* HISTORY
|
* HISTORY
|
||||||
* $Log$
|
* $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
|
* Revision 1.11 2007/01/01 09:29:33 sebastian
|
||||||
* Bump year.
|
* 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 line_num = XML_GetCurrentLineNumber(parser);
|
||||||
int col_num = XML_GetCurrentColumnNumber(parser);
|
int col_num = XML_GetCurrentColumnNumber(parser);
|
||||||
long byte_idx = XML_GetCurrentByteIndex(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);
|
const char * error_str = XML_ErrorString(err_code);
|
||||||
if(byte_idx >= 0) {
|
if(byte_idx >= 0) {
|
||||||
snprintf(buf,
|
snprintf(buf,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue