Another LZMA SDK trim.

This commit is contained in:
Ryan C. Gordon 2017-07-17 14:57:02 -04:00
parent 7ab5cc52ce
commit 4557dbf0f7
1 changed files with 0 additions and 6 deletions

View File

@ -5663,12 +5663,6 @@ static void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
p->probs = NULL;
}
static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc)
{
alloc->Free(alloc, p->dic);
p->dic = NULL;
}
static SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
{
UInt32 dicSize;