From: Matthias Görgens Date: Tue, 30 Aug 2022 07:03:30 +0000 (+0800) Subject: gh-46845: clean up unused DK_IXSIZE (GH-96405) X-Git-Tag: v3.12.0a1~526 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d21d2f0793ce32d72759d5cfc11622d13e3e6b81;p=thirdparty%2FPython%2Fcpython.git gh-46845: clean up unused DK_IXSIZE (GH-96405) --- diff --git a/Include/internal/pycore_dict.h b/Include/internal/pycore_dict.h index 5370106d529f..464092996cae 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), \