mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix couple of dead code paths (GH-7418)
This commit is contained in:
parent
e7b1136ec3
commit
27ee0f8551
4 changed files with 0 additions and 7 deletions
|
|
@ -192,7 +192,6 @@ FASTSEARCH(const STRINGLIB_CHAR* s, Py_ssize_t n,
|
|||
}
|
||||
return count;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
mlast = m - 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue