From 43b937a22ef241485b4b2122ab9cb61cfa0810d8 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 1 May 2024 14:22:43 +0200 Subject: Disabled unused function --- FICS/command.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FICS') 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 -- cgit v1.2.3