From 47b934b5634eec36c442511a4bff32b3f6f68943 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 2 Dec 2015 01:13:39 +0100 Subject: [PATCH] (file_ops.c) g_Alloc can go --- file_ops.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/file_ops.c b/file_ops.c index 645b4c7252..c055d0d96e 100644 --- a/file_ops.c +++ b/file_ops.c @@ -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)