We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6aaf56 commit b37815cCopy full SHA for b37815c
sarray2.c
@@ -29,8 +29,6 @@ void *EmptyChildForShift(uint32_t shift)
29
return (void*)&EmptyArray8;
30
case 24:
31
return (void*)&EmptyArray16;
32
- case 32:
33
- return (void*)&EmptyArray24;
34
}
35
36
0 commit comments