usp10: Remove unused function (Clang).

This commit is contained in:
André Hentschel 2014-12-05 18:16:27 +01:00 committed by Alexandre Julliard
parent 6c2d4f1092
commit bc94ee099a
1 changed files with 0 additions and 6 deletions

View File

@ -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;