summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.h
diff options
context:
space:
mode:
authorAlexander Mohr <alexander.m.mohr@mercedes-benz.com>2022-06-10 06:00:38 (GMT)
committerAlexander Mohr <alexander.m.mohr@mercedes-benz.com>2022-06-10 06:00:38 (GMT)
commit62f6cef564a9478b92e6dbd0faa81eaa1a90b34f (patch)
tree1c801d4a4c20dd950abecd0f173013bbb0f48af4 /lib/lz4frame.h
parent4aeb5020c35e2464c25eb69d8bf6c7645b8faf20 (diff)
downloadlz4-62f6cef564a9478b92e6dbd0faa81eaa1a90b34f.zip
lz4-62f6cef564a9478b92e6dbd0faa81eaa1a90b34f.tar.gz
lz4-62f6cef564a9478b92e6dbd0faa81eaa1a90b34f.tar.bz2
review: Fix review findings
This commit fixes the review findings Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com>
Diffstat (limited to 'lib/lz4frame.h')
-rw-r--r--lib/lz4frame.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/lz4frame.h b/lib/lz4frame.h
index 18d33e1..20bfb8b 100644
--- a/lib/lz4frame.h
+++ b/lib/lz4frame.h
@@ -160,11 +160,6 @@ typedef enum {
LZ4F_OBSOLETE_ENUM(skippableFrame)
} LZ4F_frameType_t;
-typedef enum {
- LZ4B_COMPRESSED,
- LZ4B_UNCOMPRESSED
-} LZ4F_blockCompression_t;
-
#ifdef LZ4F_ENABLE_OBSOLETE_ENUMS
typedef LZ4F_blockSizeID_t blockSizeID_t;
typedef LZ4F_blockMode_t blockMode_t;