Commit bc94ee09 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

usp10: Remove unused function (Clang).

parent 6c2d4f10
......@@ -505,12 +505,6 @@ static inline int iso_previousValidChar(IsolatedRun *iso_run, int index)
return index;
}
static inline int iso_previousChar(IsolatedRun *iso_run, int index)
{
if (index <= 0) return -1;
return index --;
}
static inline void iso_dump_types(const char* header, IsolatedRun *iso_run)
{
int i, len = 0;
......
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