From 41c249a537f8f793ec7193c0d70c5e58599d63d7 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 6 Oct 2018 16:03:25 -0700 Subject: Added VariableSizeAllocationsManager::Allocation::IsValid() method for clearer implementation --- Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Graphics/GraphicsEngineNextGenBase') diff --git a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h index 6c3dcbc7..7f19dea6 100644 --- a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h +++ b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h @@ -94,7 +94,6 @@ class MasterBlockListBasedManager public: using OffsetType = VariableSizeAllocationsManager::OffsetType; using MasterBlock = VariableSizeAllocationsManager::Allocation; - static constexpr const OffsetType InvalidOffset = VariableSizeAllocationsManager::InvalidOffset; MasterBlockListBasedManager(IMemoryAllocator& Allocator, Uint32 Size) : -- cgit v1.2.3