We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52298c1 commit 67d5900Copy full SHA for 67d5900
src/pkttest.c
@@ -25,7 +25,6 @@ void rotate_bytes(uint8_t *src, uint8_t *dest, int count) {
25
int main(int argc, char **argv) {
26
bch_t bch;
27
uint8_t bytes[8];
28
- int bits[63];
29
int m, length, t;
30
int count = 0;
31
int rev = 0;
0 commit comments