aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lz4.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/lz4.c')
-rw-r--r--crypto/lz4.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/lz4.c b/crypto/lz4.c
index 82588607fb2ee1..9661ed01692fea 100644
--- a/crypto/lz4.c
+++ b/crypto/lz4.c
@@ -12,10 +12,6 @@
#include <linux/lz4.h>
#include <crypto/internal/scompress.h>
-struct lz4_ctx {
- void *lz4_comp_mem;
-};
-
static void *lz4_alloc_ctx(void)
{
void *ctx;