From 5a27282b76591b11d8de807354ce92b1eab392d4 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Thu, 18 Apr 2024 13:29:38 -0400 Subject: [PATCH] Remove redundant disabling of CDS feature Signed-off-by: Keith W. Campbell --- closed/autoconf/custom-hook.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/closed/autoconf/custom-hook.m4 b/closed/autoconf/custom-hook.m4 index 9e286c6c922..dfb6d10256e 100644 --- a/closed/autoconf/custom-hook.m4 +++ b/closed/autoconf/custom-hook.m4 @@ -663,9 +663,6 @@ AC_DEFUN_ONCE([CUSTOM_LATE_HOOK], # Create the custom-spec.gmk AC_CONFIG_FILES([$OUTPUTDIR/custom-spec.gmk:$CLOSED_AUTOCONF_DIR/custom-spec.gmk.in]) - # explicitly disable classlist generation - ENABLE_GENERATE_CLASSLIST=false - if test "x$OPENJDK_BUILD_OS" = xwindows ; then OPENJ9_TOOL_DIR="$OUTPUTDIR/tools" AC_SUBST(OPENJ9_TOOL_DIR)