]> git.eshelyaron.com Git - emacs.git/commitdiff
remove outdated comment
authorKen Raeburn <raeburn@raeburn.org>
Sun, 21 Jul 2002 12:02:15 +0000 (12:02 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Sun, 21 Jul 2002 12:02:15 +0000 (12:02 +0000)
src/dired.c

index 3c49ac54b4ce1d710bcffc4d185a391382985194..692d193c5aedd6a38539fdae86092dd3afdb1121 100644 (file)
@@ -953,7 +953,6 @@ If file does not exist, returns nil.  */)
 #else                                  /* file gid will be egid */
   values[9] = (s.st_gid != getegid ()) ? Qt : Qnil;
 #endif /* BSD4_2 (or BSD4_3) */
-  /* Cast -1 to avoid warning if int is not as wide as VALBITS.  */
   if (FIXNUM_OVERFLOW_P (s.st_ino))
     /* To allow inode numbers larger than VALBITS, separate the bottom
        16 bits.  */