IOThread: remove unused function io_thread_inside()
This commit is contained in:
@@ -100,9 +100,3 @@ io_thread_get()
|
||||
|
||||
return *io.loop;
|
||||
}
|
||||
|
||||
bool
|
||||
io_thread_inside(void)
|
||||
{
|
||||
return io.thread.IsInside();
|
||||
}
|
||||
|
@@ -45,11 +45,4 @@ gcc_const
|
||||
EventLoop &
|
||||
io_thread_get();
|
||||
|
||||
/**
|
||||
* Is the current thread the I/O thread?
|
||||
*/
|
||||
gcc_pure
|
||||
bool
|
||||
io_thread_inside();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user