aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgretchen <gretchen@gnar.cool>2019-11-18 19:12:10 -0800
committergretchen <gretchen@gnar.cool>2019-11-18 19:12:10 -0800
commitc4fea74678daba6cd790fe5057df0608e8160b90 (patch)
treebf341e2ba2d3fa6d33a9621ea6940d0d6cc13270
parent91371d9c906e2864c6917b472627fc00c04cd880 (diff)
downloadnorns-etc-0.1.tar.gz
norns-etc-0.1.zip
outdated commentv0.1
-rw-r--r--norns_shell.c2
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};