From a38e14e029757c6b40038916e67983ae7a0f5f1e Mon Sep 17 00:00:00 2001 From: LDA Date: Sat, 28 Sep 2024 19:04:23 +0200 Subject: [PATCH] [FIX] Fix unused variables --- src/Commands/UnlinkMUC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/UnlinkMUC.c b/src/Commands/UnlinkMUC.c index 2a94b92..7f7cc50 100644 --- a/src/Commands/UnlinkMUC.c +++ b/src/Commands/UnlinkMUC.c @@ -43,7 +43,7 @@ CommandHead(CmdUnlinkMUC, cmd, argp) { ParseeCmdArg *args = argp; ParseeData *data = args->data; - HashMap *json, *event = args->event, *mucs; + HashMap *event = args->event; char *muc = NULL, *chat_id = NULL, *room = NULL; BotInitialise();