Commit a8975f7d authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

xmllite: Remove unused function reader_get_len.

parent 2e86504e
...@@ -372,12 +372,6 @@ static void reader_free_strvalued(xmlreader *reader, strval *v) ...@@ -372,12 +372,6 @@ static void reader_free_strvalued(xmlreader *reader, strval *v)
} }
} }
/* returns length in WCHARs from 'start' to current buffer offset */
static inline UINT reader_get_len(const xmlreader *reader, UINT start)
{
return reader->input->buffer->utf16.cur - start;
}
static inline void reader_init_strvalue(UINT start, UINT len, strval *v) static inline void reader_init_strvalue(UINT start, UINT len, strval *v)
{ {
v->start = start; v->start = start;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment