From 2a099859bab0d82e04c89cd236b467e22179b4f3 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Mon, 26 Feb 2024 15:14:02 -0500 Subject: [PATCH] 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 Tested-by: Mark Vitale Tested-by: BuildBot Reviewed-by: Cheyenne Wills Reviewed-by: Michael Meffie --- src/cf/options.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cf/options.m4 b/src/cf/options.m4 index 904e09791c..a54b619fc8 100644 --- a/src/cf/options.m4 +++ b/src/cf/options.m4 @@ -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