Remove dead code.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 19 Jan 2009 11:52:36 +0000 (13:52 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 19 Jan 2009 11:52:36 +0000 (13:52 +0200)
src/liblzma/lzma/lzma_encoder.h

index c9f7d00..dd69775 100644 (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.