From 241239e93ee5c691dd91aaa1ed1d9036f0d4edf8 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 9 Jul 2023 23:41:44 +0200 Subject: [PATCH] Remove unused PHP_HASH variable This was used when hash extension wasn't always available. --- ext/hash/config.m4 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index a893879f9cf01..dd0b24a1320ce 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -4,10 +4,6 @@ PHP_ARG_WITH([mhash], [Include mhash support])]) if test "$PHP_MHASH" != "no"; then - if test "$PHP_HASH" = "no"; then - PHP_HASH="yes" - fi - AC_DEFINE(PHP_MHASH_BC, 1, [ ]) fi