summaryrefslogtreecommitdiff
path: root/hv_func.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2017-03-23 11:54:43 +0100
committerYves Orton <demerphq@gmail.com>2017-04-23 11:44:18 +0200
commitdd1b95f812312c85390f487887cdd55282fcd6ce (patch)
treee1dc4cde23d1a15369a39f1d268d5c31ead0ff90 /hv_func.h
parent259e968485f855f70472c8be9267efceca42b0fb (diff)
downloadperl-dd1b95f812312c85390f487887cdd55282fcd6ce.tar.gz
get rid of USE_HASH_SEED_EXPLICIT
I think this has been outright broken for a long time, and it doesnt make any sense to since mandatory randomization anyway, so simply remove it.
Diffstat (limited to 'hv_func.h')
-rw-r--r--hv_func.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/hv_func.h b/hv_func.h
index ce2d50b577..e091c86b0f 100644
--- a/hv_func.h
+++ b/hv_func.h
@@ -133,7 +133,7 @@ U32 S_perl_hash_with_seed(const U8 * const seed, const U8 * const str, const STR
* initialze whatever state it might need later in hashing. */
#ifndef PERL_HASH_SEED
-# if defined(USE_HASH_SEED) || defined(USE_HASH_SEED_EXPLICIT)
+# if defined(USE_HASH_SEED)
# define PERL_HASH_SEED PL_hash_seed
# else
/* this is a 512 bit seed, which should be more than enough for the
@@ -270,9 +270,6 @@ PERL_SIPHASH_FNC(
#endif /* defined(CAN64BITHASH) */
-
-
-
#endif /*compile once*/
/*