Fix unwanted code

This commit is contained in:
Wojtek Figat
2025-07-09 10:02:20 +02:00
parent bdaf31b54f
commit c27a9808c4

View File

@@ -81,9 +81,7 @@ private:
int32 _pageSize;
volatile int64 _first = 0;
#if !BUILD_RELEASE
volatile int64 _totalBytes = 0;
#endif
void*(*_allocate1)(uint64 size, uint64 alignment) = nullptr;
void(*_free1)(void* ptr) = nullptr;
void*(*_allocate2)(uint64 size) = nullptr;