commit 9754a19c9fc747fcc21d739a7d054107ea273d65 parent d7e3806a841bf9428fe325937f97a4e7d54388a2 Author: hhvn <dev@hhvn.uk> Date: Mon, 23 May 2022 20:38:06 +0100 handle(): remove unused schmsg variable Diffstat:
M | src/handle.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/handle.c b/src/handle.c @@ -604,7 +604,6 @@ handle(struct Server *server, char *msg) { time_t timestamp; char **params; char *cmd; - char *schmsg; int i; timestamp = time(NULL);