From 8255dd8965cde43311d6e89ca9e9644fe29d4bca Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 22 Feb 2016 14:54:55 +0100 Subject: Handle optional features (capabilities, status socket) more consistently --- src/poll.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/poll.c') diff --git a/src/poll.c b/src/poll.c index 02ee00b..123db6f 100644 --- a/src/poll.c +++ b/src/poll.c @@ -73,12 +73,10 @@ static inline void handle_fd(fastd_poll_fd_t *fd, bool input, bool error) { fastd_async_handle(); break; -#ifdef WITH_STATUS_SOCKET case POLL_TYPE_STATUS: if (input) fastd_status_handle(); break; -#endif case POLL_TYPE_IFACE: { @@ -318,4 +316,3 @@ void fastd_poll_handle(void) { } #endif - -- cgit v1.2.3