Skip to content

Commit

Permalink
remove unused SETUP_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
brong committed Jan 22, 2025
1 parent 5692571 commit 06a5b1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/twom.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ static uint8_t ancestoroffset[8] = { 0, 0, 0, 0, 8, 24, 8, 0 };
static uint8_t fatrecord[8] = { 0, 0, 0, 1, 0, 1, 0, 0 };
static uint8_t hastail[8] = { 0, 0, 1, 1, 1, 1, 0, 0 };

#define SETUP_FLAGS (TWOM_CSUM_NULL|TWOM_CSUM_XXH64|TWOM_CSUM_EXTERNAL)

/********** DATA STRUCTURES *************/

struct tm_header {
Expand Down

0 comments on commit 06a5b1e

Please sign in to comment.