Skip to content

Commit 5c654a3

Browse files
committed
Removing extra line
1 parent 23f29c2 commit 5c654a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/marshal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,6 @@ r_object(RFILE *p)
16631663
if (idx < 0) {
16641664
break;
16651665
}
1666-
16671666
start = r_object(p);
16681667
if (start == NULL) {
16691668
goto cleanup;

0 commit comments

Comments
 (0)