diff options
Diffstat (limited to 'tests/frametest.c')
-rw-r--r-- | tests/frametest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/frametest.c b/tests/frametest.c index 58eac38..2d355bb 100644 --- a/tests/frametest.c +++ b/tests/frametest.c @@ -65,8 +65,6 @@ static void FUZ_writeLE32 (void* dstVoidPtr, U32 value32) /*-************************************ * Constants **************************************/ -#define LZ4F_MAGIC_SKIPPABLE_START 0x184D2A50U - #define KB *(1U<<10) #define MB *(1U<<20) #define GB *(1U<<30) |