Skip to content

Commit 67d5900

Browse files
committed
Removed unused variable.
1 parent 52298c1 commit 67d5900

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pkttest.c

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ void rotate_bytes(uint8_t *src, uint8_t *dest, int count) {
2525
int main(int argc, char **argv) {
2626
bch_t bch;
2727
uint8_t bytes[8];
28-
int bits[63];
2928
int m, length, t;
3029
int count = 0;
3130
int rev = 0;

0 commit comments

Comments
 (0)