Skip to content
Snippets Groups Projects
Commit 1f44e118 authored by Chris Angelico's avatar Chris Angelico
Browse files

Remove unnecessary bounds check from mp_seq_get_fast_slice_indexes.

At this point, start will be >= 0, so checking if stop < 0 is redundant with
checking if start > stop a few lines later.
parent 195de324
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment