]> granicus.if.org Git - nethack/commitdiff
Remove incorrect comment
authorPasi Kallinen <paxed@alt.org>
Sun, 12 Apr 2020 12:45:13 +0000 (15:45 +0300)
committerPasi Kallinen <paxed@alt.org>
Sun, 12 Apr 2020 12:45:13 +0000 (15:45 +0300)
src/mon.c

index b0c3f48ec55fa8d1011e399ad95811bf9c6e9a52..7e4fa6458b6ca7294fbdf95400e3646fcf31e69b 100644 (file)
--- a/src/mon.c
+++ b/src/mon.c
@@ -26,7 +26,6 @@ static void FDECL(migrate_mon, (struct monst *, XCHAR_P, XCHAR_P));
 static boolean FDECL(ok_to_obliterate, (struct monst *));
 static void FDECL(deal_with_overcrowding, (struct monst *));
 
-/* note: duplicated in dog.c */
 #define LEVEL_SPECIFIC_NOCORPSE(mdat) \
     (Is_rogue_level(&u.uz)            \
      || (g.level.flags.graveyard && is_undead(mdat) && rn2(3)))