aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-04-05 13:54:59 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-04-05 13:54:59 +0200
commitae6a9aacf6e8bd61015b9c7ad059a869bd9815e6 (patch)
treeb89c014b7f5557c9bf0c01f036e38d241a505643 /FICS
parentd646e78486f3060ba74cf825a90c054e96badbc2 (diff)
Deleted statements
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 "