helper/jim-eventloop: review unused symbols
Remove unused functions: - Jim_CreateSignalHandler - Jim_DeleteSignalHandler Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
ec073e8943
commit
3cfbf70559
|
@ -131,16 +131,6 @@ static void Jim_DeleteFileHandler(Jim_Interp *interp, void *handle)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// The same for signals.
|
|
||||||
void Jim_CreateSignalHandler(Jim_Interp *interp, int signum,
|
|
||||||
Jim_FileProc *proc, void *clientData,
|
|
||||||
Jim_EventFinalizerProc *finalizerProc)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
void Jim_DeleteSignalHandler(Jim_Interp *interp, int signum)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/* That's another part of this extension that needs to be ported
|
/* That's another part of this extension that needs to be ported
|
||||||
* to WIN32. */
|
* to WIN32. */
|
||||||
static void JimGetTime(long *seconds, long *milliseconds)
|
static void JimGetTime(long *seconds, long *milliseconds)
|
||||||
|
|
Loading…
Reference in New Issue