mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 20:25:42 +00:00
(file_ops.c) g_Alloc can go
This commit is contained in:
parent
265b297698
commit
47b934b563
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user