commit b5edc2ff6fd5824b10356acaa56ef228b0148c26 from: Omar Polo date: Tue Mar 02 13:35:19 2021 UTC kill unused variable commit - a5c3e03db696b4501ec5d89a468d05e96e1cae44 commit + b5edc2ff6fd5824b10356acaa56ef228b0148c26 blob - 1330c88e814230f9bc388e0dd86f31c2384ca4fd blob + b22f1e2f3eac9a175081da9049cfea62e36b4da0 --- telescope.c +++ telescope.c @@ -94,8 +94,7 @@ handle_imsg_got_meta(struct imsg *imsg, size_t datalen static void handle_imsg_buf(struct imsg *imsg, size_t datalen) { - struct tab *t; - struct line *l; + struct tab *t; t = tab_by_id(imsg->hdr.peerid);