Skip to content

Commit 01f9c51

Browse files
[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 2a1c9bd) Co-authored-by: Shamil <[email protected]>
1 parent 01cab86 commit 01f9c51

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
@@ -871,13 +871,10 @@ EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT cp, RECT dr,
871871
{
872872
case 0:
873873
return ar;
874-
break;
875874
case 1:
876875
return dr;
877-
break;
878876
case 2:
879877
return gr;
880-
break;
881878

882879
}
883880
return ar;

0 commit comments

Comments
 (0)