diff options
Diffstat (limited to 'crypto/lz4hc.c')
| -rw-r--r-- | crypto/lz4hc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/lz4hc.c b/crypto/lz4hc.c index 997e76c0183a66..a637fddc1ccd89 100644 --- a/crypto/lz4hc.c +++ b/crypto/lz4hc.c @@ -10,10 +10,6 @@ #include <linux/vmalloc.h> #include <linux/lz4.h> -struct lz4hc_ctx { - void *lz4hc_comp_mem; -}; - static void *lz4hc_alloc_ctx(void) { void *ctx; |
