diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-10 21:40:30 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-02-10 21:40:30 +0100 |
commit | b92bff2658f2d5b2a0e1a840226eebf05525e2a2 (patch) | |
tree | ca853ec4a1b5ef3d7967723d43e7902ed2b44007 /src/IOThread.cxx | |
parent | 42f1e26540cae181e679b8975c64331e406545b0 (diff) |
IOThread: remove unused function io_thread_inside()
Diffstat (limited to 'src/IOThread.cxx')
-rw-r--r-- | src/IOThread.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/IOThread.cxx b/src/IOThread.cxx index a7782a0f0..7f0a93aed 100644 --- a/src/IOThread.cxx +++ b/src/IOThread.cxx @@ -100,9 +100,3 @@ io_thread_get() return *io.loop; } - -bool -io_thread_inside(void) -{ - return io.thread.IsInside(); -} |