1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-09-30 05:30:06 +00:00
This commit is contained in:
2022-07-30 23:16:00 -05:00
parent ed96b75577
commit fab6c5b4f6
3 changed files with 2 additions and 3 deletions

View File

@@ -79,7 +79,6 @@ struct sLaika_bot *laikaB_newBot(void)
struct sLaika_bot *bot = laikaM_malloc(sizeof(struct sLaika_bot));
struct hostent *host;
char *tempINBuf;
size_t _unused;
int i;
laikaP_initPList(&bot->pList);