summaryrefslogtreecommitdiff
path: root/src/dired.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@raeburn.org>2002-07-21 12:02:15 +0000
committerKen Raeburn <raeburn@raeburn.org>2002-07-21 12:02:15 +0000
commit905fe32703e3124afca2a2a42e41291d3ba6cad0 (patch)
tree65a4471a567b20140ff97766212bf7c48ca76b5b /src/dired.c
parent56592bebfd622ba0a09d23d07c6785af23c03bce (diff)
downloademacs-905fe32703e3124afca2a2a42e41291d3ba6cad0.tar.gz
remove outdated comment
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c1
1 files changed, 0 insertions, 1 deletions
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. */