From 86e23cd3a867b12578c6e95bdd44bbceb8efc18a Mon Sep 17 00:00:00 2001 From: Matthias Goergens Date: Tue, 30 Aug 2022 13:50:03 +0800 Subject: [PATCH] bpo-46845: clean up unused DK_IXSIZE Since 9833bb91e4d5c2606421d9ec2085f5c2dfb6f72c landed, there's no user of DK_IXSIZE left. Not even a test. So it's saver to remove it, instead of risking bit-rot. --- Include/internal/pycore_dict.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Include/internal/pycore_dict.h b/Include/internal/pycore_dict.h index 5370106d529f76..464092996cae00 100644 --- a/Include/internal/pycore_dict.h +++ b/Include/internal/pycore_dict.h @@ -141,17 +141,8 @@ struct _dictvalues { #define DK_LOG_SIZE(dk) ((dk)->dk_log2_size) #if SIZEOF_VOID_P > 4 #define DK_SIZE(dk) (((int64_t)1)<dk_kind == DICT_KEYS_GENERAL), \