Bryan Drewery hace 21 años
padre
commit
d8fbb27ee7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/cmds.c

+ 0 - 1
src/cmds.c

@@ -398,7 +398,6 @@ static void cmd_botconfig(int idx, char *par)
 static void cmd_cmdpass(int idx, char *par)
 {
   char *cmd = NULL, *pass = NULL;
-  int i;
 
   /* cmdpass [command [newpass]] */
   cmd = newsplit(&par);