(file_ops.c) g_Alloc can go

This commit is contained in:
twinaphex 2015-12-02 01:13:39 +01:00
parent 265b297698
commit 47b934b563

View File

@ -48,8 +48,6 @@
#include "deps/7zip/7zFile.h"
#include "deps/7zip/7zVersion.h"
static ISzAlloc g_Alloc = { SzAlloc, SzFree };
static int Buf_EnsureSize(CBuf *dest, size_t size)
{
if (dest->size >= size)