aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/InotifySource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/update/InotifySource.hxx')
-rw-r--r--src/db/update/InotifySource.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/db/update/InotifySource.hxx b/src/db/update/InotifySource.hxx
index 77c11093c..081ce10f3 100644
--- a/src/db/update/InotifySource.hxx
+++ b/src/db/update/InotifySource.hxx
@@ -21,7 +21,6 @@
#define MPD_INOTIFY_SOURCE_HXX
#include "event/SocketMonitor.hxx"
-#include "util/FifoBuffer.hxx"
class Error;
@@ -32,8 +31,6 @@ class InotifySource final : private SocketMonitor {
mpd_inotify_callback_t callback;
void *callback_ctx;
- FifoBuffer<uint8_t, 4096> buffer;
-
InotifySource(EventLoop &_loop,
mpd_inotify_callback_t callback, void *ctx, int fd);