Removed unused variable.

This commit is contained in:
David E. Tiller 2022-04-09 13:50:56 -04:00
parent 52298c1253
commit 67d5900719
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ void rotate_bytes(uint8_t *src, uint8_t *dest, int count) {
int main(int argc, char **argv) {
bch_t bch;
uint8_t bytes[8];
int bits[63];
int m, length, t;
int count = 0;
int rev = 0;