diff options
-rw-r--r-- | norns_shell.c | 2 |
1 files changed, 0 insertions, 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}; |