mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
xmllite: Remove unused function reader_get_len.
This commit is contained in:
parent
2e86504eb7
commit
a8975f7dff
@ -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)
|
||||
{
|
||||
v->start = start;
|
||||
|
Loading…
Reference in New Issue
Block a user