diff options
| author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2024-02-03 12:46:10 +0100 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2024-02-05 08:17:33 +0100 |
| commit | d7eea49315c8712757bf5920a46db48a58b5bb6d (patch) | |
| tree | 70657d0f36d015d68f8d82a258479b6db26320a9 /tools | |
| parent | 279da3430de5f34f1f82a81c8eeebe68c58119fc (diff) | |
| download | Project-Tick-d7eea49315c8712757bf5920a46db48a58b5bb6d.tar.gz Project-Tick-d7eea49315c8712757bf5920a46db48a58b5bb6d.zip | |
Remove unused code in makecrct.c
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/makecrct.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/makecrct.c b/tools/makecrct.c index 5c3ba58a1a..9e65d24954 100644 --- a/tools/makecrct.c +++ b/tools/makecrct.c @@ -21,9 +21,6 @@ static uint32_t crc_table[256]; static z_word_t crc_big_table[256]; - -static uint32_t crc_braid_table[W][256]; -static z_word_t crc_braid_big_table[W][256]; static uint32_t x2n_table[32]; #include "crc32_braid_comb_p.h" @@ -80,9 +77,6 @@ static void make_crc_table(void) { x2n_table[0] = p; for (n = 1; n < 32; n++) x2n_table[n] = p = multmodp(p, p); - - /* initialize the braiding tables -- needs x2n_table[] */ - braid(crc_braid_table, crc_braid_big_table, N, W); } /* |
