From ae6a9aacf6e8bd61015b9c7ad059a869bd9815e6 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 5 Apr 2025 13:54:59 +0200 Subject: Deleted statements --- FICS/comproc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'FICS/comproc.c') diff --git a/FICS/comproc.c b/FICS/comproc.c index 4a0734a..4a229ef 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -1810,7 +1810,6 @@ FindAndShowFile(int p, param_list param, char *dir) { char *iwant, *filenames[1000]; int i; -// static char nullify = '\0'; if (param[0].type == TYPE_NULL) { iwant = NULL; @@ -1867,7 +1866,6 @@ com_mailsource(int p, param_list param) char fname[MAX_FILENAME_SIZE]; char subj[120]; int count; -// static char nullify = '\0'; if (!parray[p].registered) { pprintf(p, "Only registered people can use the mailsource " @@ -1930,7 +1928,6 @@ com_mailhelp(int p, param_list param) char subj[120]; int count; int lang = parray[p].language; -// static char nullify = '\0'; if (!parray[p].registered) { pprintf(p, "Only registered people can use the mailhelp " -- cgit v1.2.3