From e6a172f358c0f48c4b744dbd5e9ef6ff0b4ff289 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Sun, 23 Apr 2017 11:47:13 +0200 Subject: Revert "Add new hashing and "hash with state" infrastructure" This reverts commit a3bf60fbb1f05cd2c69d4ff0a2ef99537afdaba7. Accidentally pushed work pending unfreeze. --- perlapi.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perlapi.h') diff --git a/perlapi.h b/perlapi.h index cedd207386..91f50eb2b0 100644 --- a/perlapi.h +++ b/perlapi.h @@ -117,14 +117,10 @@ END_EXTERN_C #define PL_dollarzero_mutex (*Perl_Gdollarzero_mutex_ptr(NULL)) #undef PL_fold_locale #define PL_fold_locale (*Perl_Gfold_locale_ptr(NULL)) -#undef PL_hash_chars -#define PL_hash_chars (*Perl_Ghash_chars_ptr(NULL)) #undef PL_hash_seed #define PL_hash_seed (*Perl_Ghash_seed_ptr(NULL)) #undef PL_hash_seed_set #define PL_hash_seed_set (*Perl_Ghash_seed_set_ptr(NULL)) -#undef PL_hash_state -#define PL_hash_state (*Perl_Ghash_state_ptr(NULL)) #undef PL_hints_mutex #define PL_hints_mutex (*Perl_Ghints_mutex_ptr(NULL)) #undef PL_keyword_plugin -- cgit v1.2.1