From 22aafdddce8130415c913e8be749134efa945979 Mon Sep 17 00:00:00 2001 From: "powwow@askgustav.com" Date: Sun, 7 Mar 2021 22:47:54 +0100 Subject: remove unused variable diff --git a/src/beam.c b/src/beam.c index cb9d6dd..e83745f 100644 --- a/src/beam.c +++ b/src/beam.c @@ -291,7 +291,7 @@ cleanup_file: if (unlink(sp->file) < 0) */ void message_edit(char *text, int msglen, char view, char builtin) { - char tmpname[BUFSIZE], command_str[BUFSIZE], buf[BUFSIZE]; + char tmpname[BUFSIZE], command_str[BUFSIZE]; char *errdesc = "#warning: protocol error (message_edit, no %s)\n"; int tmpfd, i, childpid; unsigned int key; -- cgit v0.10.2