projects
/
platform
/
upstream
/
xz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1285862
)
Remove dead code.
author
Lasse Collin
<lasse.collin@tukaani.org>
Mon, 19 Jan 2009 11:52:36 +0000
(13:52 +0200)
committer
Lasse Collin
<lasse.collin@tukaani.org>
Mon, 19 Jan 2009 11:52:36 +0000
(13:52 +0200)
src/liblzma/lzma/lzma_encoder.h
patch
|
blob
|
history
diff --git
a/src/liblzma/lzma/lzma_encoder.h
b/src/liblzma/lzma/lzma_encoder.h
index
c9f7d00
..
dd69775
100644
(file)
--- 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.