aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-01 14:22:43 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-01 14:22:43 +0200
commit43b937a22ef241485b4b2122ab9cb61cfa0810d8 (patch)
tree8664e67b8e1205576af6a3d00f926c173a87bbc7 /FICS/command.c
parent43f4ffffb830fef2d75197bfa238148742b665d1 (diff)
Disabled unused function
Diffstat (limited to 'FICS/command.c')
-rw-r--r--FICS/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/command.c b/FICS/command.c
index 1024aae..ef36b97 100644
--- a/FICS/command.c
+++ b/FICS/command.c
@@ -123,6 +123,7 @@ alias_lookup(char *tmp, alias_type *alias_list, int numalias)
return -1; /* not found */
}
+#if 0
PRIVATE int
alias_count(alias_type *alias_list)
{
@@ -133,6 +134,7 @@ alias_count(alias_type *alias_list)
}
return i;
}
+#endif
/*
* Puts alias substitution into alias_string