IOThread: remove unused function io_thread_inside()

This commit is contained in:
Max Kellermann 2017-02-10 21:40:30 +01:00
parent 42f1e26540
commit b92bff2658
2 changed files with 0 additions and 13 deletions

View File

@ -100,9 +100,3 @@ io_thread_get()
return *io.loop;
}
bool
io_thread_inside(void)
{
return io.thread.IsInside();
}

View File

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