Bryan Drewery 21 年 前
コミット
d8fbb27ee7
1 ファイル変更0 行追加1 行削除
  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);