Skip to content

Commit

Permalink
Removed is_type_key_type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Dec 27, 2024
1 parent f22c9a7 commit a9c5b86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pysorteddict/pysorteddict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ struct SortedDictType

void deinit(void);
bool validate_key_type(PyObject*, bool);
bool is_type_key_type(PyObject*, bool);
int contains(PyObject*);
PyObject* getitem(PyObject*);
int setitem(PyObject*, PyObject*);
Expand Down

0 comments on commit a9c5b86

Please sign in to comment.