Remove duplicate of SySetUsed() macro.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-31 23:45:46 +02:00
parent d9db6bbc26
commit 8fcb3c608a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 3 deletions

View File

@ -55,9 +55,6 @@ PH7_PRIVATE sxi32 SySetResetCursor(SySet *pSet) {
pSet->nCursor = 0;
return SXRET_OK;
}
PH7_PRIVATE sxi32 SySetGetUsed(SySet *pSet) {
return pSet->nUsed;
}
PH7_PRIVATE sxi32 SySetGetNextEntry(SySet *pSet, void **ppEntry) {
register unsigned char *zSrc;
if(pSet->nCursor >= pSet->nUsed) {