diff options
author | Yves Orton <demerphq@gmail.com> | 2017-04-23 11:47:13 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2017-04-23 11:47:13 +0200 |
commit | e6a172f358c0f48c4b744dbd5e9ef6ff0b4ff289 (patch) | |
tree | 26989571e8133db34eef23863229edff090804b5 /perlvars.h | |
parent | 3f023586c2fbf826d45cf78795361337eca3daa1 (diff) | |
download | perl-e6a172f358c0f48c4b744dbd5e9ef6ff0b4ff289.tar.gz |
Revert "Add new hashing and "hash with state" infrastructure"
This reverts commit a3bf60fbb1f05cd2c69d4ff0a2ef99537afdaba7.
Accidentally pushed work pending unfreeze.
Diffstat (limited to 'perlvars.h')
-rw-r--r-- | perlvars.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perlvars.h b/perlvars.h index bdc8467902..884d57c504 100644 --- a/perlvars.h +++ b/perlvars.h @@ -248,12 +248,6 @@ PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */ PERLVARI(G, hash_seed_set, bool, FALSE) /* perl.c */ PERLVARA(G, hash_seed, PERL_HASH_SEED_BYTES, unsigned char) /* perl.c and hv.h */ -#if defined(PERL_HASH_STATE_BYTES) -PERLVARA(G, hash_state, PERL_HASH_STATE_BYTES, unsigned char) /* perl.c and hv.h */ -#endif -#if defined(PERL_USE_SINGLE_CHAR_HASH_CACHE) -PERLVARA(G, hash_chars, (1+256) * sizeof(U32), unsigned char) /* perl.c and hv.h */ -#endif /* The path separator can vary depending on whether we're running under DCL or * a Unix shell. |