1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Remove dead code.

This commit is contained in:
Lasse Collin 2009-01-19 13:52:36 +02:00
parent 128586213f
commit 00be5d2e09

View file

@ -38,14 +38,6 @@ extern bool lzma_lzma_lclppb_encode(
const lzma_options_lzma *options, uint8_t *byte); const lzma_options_lzma *options, uint8_t *byte);
#ifdef HAVE_SMALL
/// Initializes the lzma_fastpos[] array.
extern void lzma_fastpos_init(void);
#endif
#ifdef LZMA_LZ_ENCODER_H #ifdef LZMA_LZ_ENCODER_H
/// Initializes raw LZMA encoder; this is used by LZMA2. /// Initializes raw LZMA encoder; this is used by LZMA2.