usp10: Remove unused function (Clang).
This commit is contained in:
parent
6c2d4f1092
commit
bc94ee099a
|
@ -505,12 +505,6 @@ static inline int iso_previousValidChar(IsolatedRun *iso_run, int index)
|
||||||
return 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)
|
static inline void iso_dump_types(const char* header, IsolatedRun *iso_run)
|
||||||
{
|
{
|
||||||
int i, len = 0;
|
int i, len = 0;
|
||||||
|
|
Loading…
Reference in New Issue