Another LZMA SDK trim.
This commit is contained in:
parent
7ab5cc52ce
commit
4557dbf0f7
|
@ -5663,12 +5663,6 @@ static void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
|
||||||
p->probs = NULL;
|
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)
|
static SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
|
||||||
{
|
{
|
||||||
UInt32 dicSize;
|
UInt32 dicSize;
|
||||||
|
|
Loading…
Reference in New Issue