Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Dec 25, 2024
1 parent 2d58249 commit 9b4111f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pysorteddict/pysorteddict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ struct SortedDictType
// The type of each key.
PyObject* key_type;

// These methods are named after the (Python or Python C API) functions
// they are related to. Wherever there is no documentation comment above a
// method, it means that that method is a proxy for the related function.
// In this scenario, the related function will be the caller of the method,
// and will have a similar name.
void deinit(void);
bool is_type_key_type(PyObject*, bool);
int contains(PyObject*);
Expand Down

0 comments on commit 9b4111f

Please sign in to comment.