Commit b92bff26 authored by Max Kellermann's avatar Max Kellermann

IOThread: remove unused function io_thread_inside()

parent 42f1e265
...@@ -100,9 +100,3 @@ io_thread_get() ...@@ -100,9 +100,3 @@ io_thread_get()
return *io.loop; return *io.loop;
} }
bool
io_thread_inside(void)
{
return io.thread.IsInside();
}
...@@ -45,11 +45,4 @@ gcc_const ...@@ -45,11 +45,4 @@ gcc_const
EventLoop & EventLoop &
io_thread_get(); io_thread_get();
/**
* Is the current thread the I/O thread?
*/
gcc_pure
bool
io_thread_inside();
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment