aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorpowwow@askgustav.com <powwow@askgustav.com>2021-03-07 21:47:54 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2021-07-09 15:28:14 (GMT)
commit22aafdddce8130415c913e8be749134efa945979 (patch)
tree6074c5169084d9304752041efdced055686a7d05 /src
parentef76a26b0b1439c1a34632d91528fb2232a923b1 (diff)
downloadpowwow-22aafdddce8130415c913e8be749134efa945979.zip
powwow-22aafdddce8130415c913e8be749134efa945979.tar.gz
powwow-22aafdddce8130415c913e8be749134efa945979.tar.bz2
remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/beam.c2
1 files changed, 1 insertions, 1 deletions
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;