From 00be5d2e09f9c7a6a8563465ad8b8042866817a4 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 19 Jan 2009 13:52:36 +0200 Subject: [PATCH] Remove dead code. --- src/liblzma/lzma/lzma_encoder.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/liblzma/lzma/lzma_encoder.h b/src/liblzma/lzma/lzma_encoder.h index c9f7d005..dd697757 100644 --- a/src/liblzma/lzma/lzma_encoder.h +++ b/src/liblzma/lzma/lzma_encoder.h @@ -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.