remove unused ROOTNAME define and part of a comment
authorjsg <jsg@openbsd.org>
Fri, 7 Jun 2024 09:26:37 +0000 (09:26 +0000)
committerjsg <jsg@openbsd.org>
Fri, 7 Jun 2024 09:26:37 +0000 (09:26 +0000)
matches part of cd9660_vfsops.c rev 1.11 and ffs_vfsops.c rev 1.12

sys/ufs/ext2fs/ext2fs_vfsops.c

index 5c67427..1649289 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ext2fs_vfsops.c,v 1.119 2024/05/12 09:19:54 jsg Exp $ */
+/*     $OpenBSD: ext2fs_vfsops.c,v 1.120 2024/06/07 09:26:37 jsg Exp $ */
 /*     $NetBSD: ext2fs_vfsops.c,v 1.1 1997/06/11 09:34:07 bouyer Exp $ */
 
 /*
@@ -101,10 +101,7 @@ ext2fs_init(struct vfsconf *vfsp)
 
 /*
  * Called by main() when ext2fs is going to be mounted as root.
- *
- * Name is updated by mount(8) after booting.
  */
-#define ROOTNAME       "root_device"
 
 int
 ext2fs_mountroot(void)