]> code.delx.au - gnu-emacs/blobdiff - src/dired.c
2002-08-10 Andrew Choi <akochoi@shaw.ca>
[gnu-emacs] / 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.  */