From: Ken Raeburn Date: Sun, 21 Jul 2002 12:02:15 +0000 (+0000) Subject: remove outdated comment X-Git-Tag: ttn-vms-21-2-B4~13948 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=905fe32703e3124afca2a2a42e41291d3ba6cad0;p=emacs.git remove outdated comment --- diff --git a/src/dired.c b/src/dired.c index 3c49ac54b4c..692d193c5ae 100644 --- a/src/dired.c +++ b/src/dired.c @@ -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. */