From: nhmall Date: Sat, 8 Feb 2020 06:44:56 +0000 (-0500) Subject: OS X warning X-Git-Tag: NetHack-3.7.0_WIP-2020-02-14~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a781b295a51feb355c1f0cf635bce485784b3489;p=nethack OS X warning --- diff --git a/src/botl.c b/src/botl.c index bee41e409..24c438a9d 100644 --- a/src/botl.c +++ b/src/botl.c @@ -421,7 +421,6 @@ static int FDECL(compare_blstats, (struct istat_s *, struct istat_s *)); static char *FDECL(anything_to_s, (char *, anything *, int)); static int FDECL(percentage, (struct istat_s *, struct istat_s *)); static int NDECL(exp_percentage); -static boolean FDECL(test_condition, (enum blconditions, struct permonst *)); #ifdef STATUS_HILITES static void FDECL(s_to_anything, (anything *, char *, int));