summaryrefslogtreecommitdiffstats
path: root/src/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll.c')
-rw-r--r--src/poll.c3
1 files changed, 0 insertions, 3 deletions
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
-