10000 Drop an old line. · python/cpython@db8612f · GitHub
[go: up one dir, main page]

Skip to content

Commit db8612f

Browse files
Drop an old line.
1 parent f5da088 commit db8612f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/internal/pycore_dict_state.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ struct _Py_dict_state {
2727
uint64_t global_version;
2828
uint32_t next_keys_version;
2929

30-
// PyDictKeysObject empty_keys_struct;
31-
3230
#if PyDict_MAXFREELIST > 0
3331
/* Dictionary reuse scheme to save calls to malloc and free */
3432
PyDictObject *free_list[PyDict_MAXFREELIST];

0 commit comments

Comments
 (0)
0