Skip to content

Commit 2a1c9bd

Browse files
authored
Remove unreachable break statements in _ctypes_test.c (python#140585)
1 parent df07364 commit 2a1c9bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/_ctypes/_ctypes_test.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -989,13 +989,10 @@ EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT cp, RECT dr,
989989
{
990990
case 0:
991991
return ar;
992-
break;
993992
case 1:
994993
return dr;
995-
break;
996994
case 2:
997995
return gr;
998-
break;
999996

1000997
}
1001998
return ar;

0 commit comments

Comments
 (0)