Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec92c09

Browse files
committedJun 16, 2024·
oops
1 parent 4e66376 commit ec92c09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/pointless_vector.c

-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,6 @@ static PyMemberDef PyPointlessVector_memberlist[] = {
718718
static PyMethodDef PyPointlessVector_methods[] = {
719719
{"max", (PyCFunction)PyPointlessVector_max, METH_NOARGS, ""},
720720
{"min", (PyCFunction)PyPointlessVector_min, METH_NOARGS, ""},
721-
{"range", (PyCFunction)PyPointlessVector_range, METH_NOARGS, ""},
722721
{"bisect_left", (PyCFunction)PyPointlessVector_bisect_left, METH_VARARGS, ""},
723722
{"__reversed__", (PyCFunction)PyPointlessVector_rev_iter, METH_NOARGS, ""},
724723
{"__sizeof__", (PyCFunction)PyPointlessVector_sizeof, METH_NOARGS, ""},

0 commit comments

Comments
 (0)
Please sign in to comment.