mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140588)
Remove unreachable break statements in _ctypes_test.c (GH-140585)
(cherry picked from commit 2a1c9bd616)
Co-authored-by: Shamil <ashm.tech@proton.me>
This commit is contained in:
parent
01cab860c0
commit
01f9c51caa
1 changed files with 0 additions and 3 deletions
|
|
@ -871,13 +871,10 @@ EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT cp, RECT dr,
|
|||
{
|
||||
case 0:
|
||||
return ar;
|
||||
break;
|
||||
case 1:
|
||||
return dr;
|
||||
break;
|
||||
case 2:
|
||||
return gr;
|
||||
break;
|
||||
|
||||
}
|
||||
return ar;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue