Bryan Drewery 21 年 前
コミット
56e9e6626b
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/botnet.c

+ 0 - 2
src/botnet.c

@@ -83,7 +83,6 @@ void addbot(char *who, char *from, char *next, char flag, int vlocalhub, time_t
   tands++;
 }
 
-#ifdef HUB
 #ifdef G_BACKUP
 void check_should_backup()
 {
@@ -97,7 +96,6 @@ void check_should_backup()
   }
 }
 #endif /* G_BACKUP */
-#endif /* HUB */
 
 void updatebot(int idx, char *who, char share, int vlocalhub, time_t vbuildts, char *vversion)
 {