aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/comproc.c3
1 files changed, 0 insertions, 3 deletions
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 "