aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/InotifyUpdate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/update/InotifyUpdate.hxx')
-rw-r--r--src/db/update/InotifyUpdate.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/db/update/InotifyUpdate.hxx b/src/db/update/InotifyUpdate.hxx
index 0260a4ff5..d378770c0 100644
--- a/src/db/update/InotifyUpdate.hxx
+++ b/src/db/update/InotifyUpdate.hxx
@@ -26,28 +26,10 @@
class EventLoop;
class UpdateService;
-#ifdef HAVE_INOTIFY_INIT
-
void
mpd_inotify_init(EventLoop &loop, UpdateService &update, unsigned max_depth);
void
mpd_inotify_finish(void);
-#else /* !HAVE_INOTIFY_INIT */
-
-static inline void
-mpd_inotify_init(gcc_unused EventLoop &loop,
- gcc_unused UpdateService &update,
- gcc_unused unsigned max_depth)
-{
-}
-
-static inline void
-mpd_inotify_finish(void)
-{
-}
-
-#endif /* !HAVE_INOTIFY_INIT */
-
#endif