diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-01 14:22:43 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-01 14:22:43 +0200 |
commit | 43b937a22ef241485b4b2122ab9cb61cfa0810d8 (patch) | |
tree | 8664e67b8e1205576af6a3d00f926c173a87bbc7 /FICS | |
parent | 43f4ffffb830fef2d75197bfa238148742b665d1 (diff) |
Disabled unused function
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/command.c | 2 |
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 |