commit 95f3020c50946b9db46e80891cb0be194459d8fc parent 7e190664db2b9d275003589696015d754d8cced8 Author: Nihal Jere <nihal@nihaljere.xyz> Date: Sun, 26 Dec 2021 20:42:22 -0600 remove unused global Diffstat:
M | main.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/main.c b/main.c @@ -276,8 +276,6 @@ place_move(char *buf, struct place *dest, struct place *src) return total; } -struct block *curitems; - char *exprkind_str(enum exprkind kind) { switch (kind) {