diff options
Diffstat (limited to 'archival/libarchive/lzo1x_9x.c')
-rw-r--r-- | archival/libarchive/lzo1x_9x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/libarchive/lzo1x_9x.c b/archival/libarchive/lzo1x_9x.c index 2b490ae..09ee4ba 100644 --- a/archival/libarchive/lzo1x_9x.c +++ b/archival/libarchive/lzo1x_9x.c @@ -71,7 +71,6 @@ typedef struct { uint8_t *out; unsigned r1_lit; - } lzo1x_999_t; #define getbyte(c) ((c).ip < (c).in_end ? *((c).ip)++ : (-1)) |