diff options
Diffstat (limited to 'xfa/fgas/crt/fgas_memory.h')
-rw-r--r-- | xfa/fgas/crt/fgas_memory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/crt/fgas_memory.h b/xfa/fgas/crt/fgas_memory.h index c6c837600b..a83933c7a5 100644 --- a/xfa/fgas/crt/fgas_memory.h +++ b/xfa/fgas/crt/fgas_memory.h @@ -18,8 +18,6 @@ enum FX_ALLOCTYPE { class IFX_MemoryAllocator { public: virtual ~IFX_MemoryAllocator() {} - virtual void Release() = 0; - virtual void* Alloc(size_t size) = 0; virtual void Free(void* pBlock) = 0; |