diff options
author | phk <phk@FreeBSD.org> | 1999-11-08 13:52:57 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-11-08 13:52:57 +0000 |
commit | ab35df5a74ad998fe7610f8cb64134bd7f449432 (patch) | |
tree | e439a6227d0a1b29bdd42c9a03e694d455e53488 /sys/fs | |
parent | 3e649437d29c23226b88867c2ca2d178ca60e525 (diff) | |
download | FreeBSD-src-ab35df5a74ad998fe7610f8cb64134bd7f449432.zip FreeBSD-src-ab35df5a74ad998fe7610f8cb64134bd7f449432.tar.gz |
remove a confusing and stale comment.
Diffstat (limited to 'sys/fs')
-rw-r--r-- | sys/fs/cd9660/cd9660_vfsops.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 5a6f851..f7d418d 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -846,9 +846,6 @@ cd9660_vget_internal(mp, ino, vpp, relocated, isodir) break; case VCHR: case VBLK: - /* - * if device, look at device number table for translation - */ vp->v_op = cd9660_specop_p; addaliasu(vp, ip->inode.iso_rdev); break; |