diff options
author | powwow@askgustav.com <powwow@askgustav.com> | 2021-03-07 21:47:54 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2021-07-09 15:28:14 (GMT) |
commit | 22aafdddce8130415c913e8be749134efa945979 (patch) | |
tree | 6074c5169084d9304752041efdced055686a7d05 | |
parent | ef76a26b0b1439c1a34632d91528fb2232a923b1 (diff) | |
download | powwow-22aafdddce8130415c913e8be749134efa945979.zip powwow-22aafdddce8130415c913e8be749134efa945979.tar.gz powwow-22aafdddce8130415c913e8be749134efa945979.tar.bz2 |
remove unused variable
-rw-r--r-- | src/beam.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |