cf: Remove obsolete comment "Fast restart"

Commit 8ab7a90937 'pts-supergroups-20030114' inserted new configure
option --enable-supergroups into acinclude.m4.  This unintentionally
separated the comment "# Fast restart" from its corresponding
--enable-fast-restart option.

Commit e61800b992 'Remove --enable-fast-restart configure option'
overlooked the associated comment "# Fast restart" due to the separation
introduced by the previous commit.

Commit c72622a244 'autoconf: refactor acinclude.m4' moved this vestigial
comment to its current resting place in src/cf/options.m4

Remove the vestigial comment.

No functional change is incurred by this commit.

Change-Id: I2f83e12bbbcb2d9929575f298b3d3a260b68a9ca
Reviewed-on: https://gerrit.openafs.org/15666
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
Mark Vitale 2024-02-26 15:14:02 -05:00 committed by Benjamin Kaduk
parent 85781d7e83
commit 2a099859ba

View File

@ -265,7 +265,6 @@ enable_login="no"
])
AC_DEFUN([OPENAFS_OPTION_TESTS],[
# Fast restart
if test "$enable_supergroups" = "yes"; then
AC_DEFINE(SUPERGROUPS, 1, [define if you want to have support for nested pts groups])
fi