Skip to content

Commit

Permalink
Another LZMA SDK trim.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 17, 2017
1 parent 7ab5cc5 commit 4557dbf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/physfs_lzmasdk.h
Expand Up @@ -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;
Expand Down

0 comments on commit 4557dbf

Please sign in to comment.