hirc

IRC client
Log | Files | Refs

commit 87208e867027121e46027530844d8323172751ed
parent e3f1763154b647378a0f56d1d8f66b044a3552e1
Author: hhvn <dev@hhvn.uk>
Date:   Mon, 23 May 2022 20:33:16 +0100

Remove unused msg[] from command_quote

Diffstat:
Msrc/commands.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/commands.c b/src/commands.c @@ -430,8 +430,6 @@ command_ping) { COMMAND( command_quote) { - char msg[512]; - if (!str) { command_toofew("quote"); return;