mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Remove unreachable break statements in _ctypes_test.c (#140585)
This commit is contained in:
parent
df07364106
commit
2a1c9bd616
1 changed files with 0 additions and 3 deletions
|
|
@ -989,13 +989,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