aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma_encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblzma/lzma/lzma_encoder.h')
-rw-r--r--src/liblzma/lzma/lzma_encoder.h8
1 files changed, 0 insertions, 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.