diff options
Diffstat (limited to 'crypto/lzo-rle.c')
-rw-r--r-- | crypto/lzo-rle.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/lzo-rle.c b/crypto/lzo-rle.c index b1350ae278b8..e7efcf107179 100644 --- a/crypto/lzo-rle.c +++ b/crypto/lzo-rle.c @@ -9,10 +9,6 @@ #include <linux/module.h> #include <linux/slab.h> -struct lzorle_ctx { - void *lzorle_comp_mem; -}; - static void *lzorle_alloc_ctx(void) { void *ctx; |