Skip to content
Prev Previous commit
Next Next commit
Drop an old line.
  • Loading branch information
ericsnowcurrently committed May 8, 2023
commit db8612fbb0a1c75c7a1c1f605fc7d5ac733ffe16
2 changes: 0 additions & 2 deletions Include/internal/pycore_dict_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ struct _Py_dict_state {
uint64_t global_version;
uint32_t next_keys_version;

// PyDictKeysObject empty_keys_struct;

#if PyDict_MAXFREELIST > 0
/* Dictionary reuse scheme to save calls to malloc and free */
PyDictObject *free_list[PyDict_MAXFREELIST];
Expand Down