Show More
@@ -579,7 +579,6 b' static const char *index_node(indexObjec' | |||||
579 | static int index_fast_rank(indexObject *self, Py_ssize_t pos) |
|
579 | static int index_fast_rank(indexObject *self, Py_ssize_t pos) | |
580 | { |
|
580 | { | |
581 | Py_ssize_t length = index_length(self); |
|
581 | Py_ssize_t length = index_length(self); | |
582 | int rank; |
|
|||
583 |
|
582 | |||
584 | if (self->format_version != format_cl2 || pos >= length) { |
|
583 | if (self->format_version != format_cl2 || pos >= length) { | |
585 | return rank_unknown; |
|
584 | return rank_unknown; |
General Comments 0
You need to be logged in to leave comments.
Login now