Skip to content

Commit b37815c

Browse files
committed
Remove unreachable case statement.
1 parent c6aaf56 commit b37815c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sarray2.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ void *EmptyChildForShift(uint32_t shift)
2929
return (void*)&EmptyArray8;
3030
case 24:
3131
return (void*)&EmptyArray16;
32-
case 32:
33-
return (void*)&EmptyArray24;
3432
}
3533
}
3634

0 commit comments

Comments
 (0)