mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
This commit is contained in:
parent
4f1d3f33dd
commit
760349198d
4 changed files with 0 additions and 12 deletions
|
|
@ -292,7 +292,6 @@ _PyDict_DebugMallocStats(FILE *out)
|
|||
}
|
||||
|
||||
#define DK_MASK(dk) (DK_SIZE(dk)-1)
|
||||
#define IS_POWER_OF_2(x) (((x) & (x-1)) == 0)
|
||||
|
||||
static void free_keys_object(PyDictKeysObject *keys);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue