Remove dead code.

This commit is contained in:
Lasse Collin 2009-01-19 13:52:36 +02:00
parent 128586213f
commit 00be5d2e09
1 changed files with 0 additions and 8 deletions

View File

@ -38,14 +38,6 @@ extern bool lzma_lzma_lclppb_encode(
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
/// Initializes raw LZMA encoder; this is used by LZMA2.