Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/Huffman/HuffmanEncoder.h')
-rwxr-xr-x7zip/Compress/Huffman/HuffmanEncoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/7zip/Compress/Huffman/HuffmanEncoder.h b/7zip/Compress/Huffman/HuffmanEncoder.h
index c6b46a6a..76304a45 100755
--- a/7zip/Compress/Huffman/HuffmanEncoder.h
+++ b/7zip/Compress/Huffman/HuffmanEncoder.h
@@ -54,8 +54,6 @@ public:
void AddSymbol(UInt32 symbol) { m_Items[symbol].Freq++; }
- void SetFreqs(const UInt32 *freqs);
-
UInt32 GetPrice(const Byte *length) const
{
UInt32 price = 0;