From c4fea74678daba6cd790fe5057df0608e8160b90 Mon Sep 17 00:00:00 2001 From: gretchen Date: Mon, 18 Nov 2019 19:12:10 -0800 Subject: outdated comment --- norns_shell.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/norns_shell.c b/norns_shell.c index 425e605..bdfbefc 100644 --- a/norns_shell.c +++ b/norns_shell.c @@ -133,8 +133,6 @@ int main (int argc, char **argv) } struct timespec sent_sentinel = {0}; - /* we'll also wait for one message after EOF... */ - struct nn_pollfd poll_s = { .fd = s, .events = NN_POLLIN | NN_POLLOUT }; while (!killed) { struct timespec now = {0}; -- cgit v1.2.1