Skip to content

Commit 434d77e

Browse files
Deleted unused constant
1 parent 5d7cf2a commit 434d77e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cachelib/allocator/tests/MemoryTiersTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ using LruAllocatorConfig = CacheAllocatorConfig<LruAllocator>;
2727
using LruMemoryTierConfigs = LruAllocatorConfig::MemoryTierConfigs;
2828
using Strings = std::vector<std::string>;
2929

30-
const size_t metaDataSize = 4194304;
3130
constexpr size_t MB = 1024ULL * 1024ULL;
3231
constexpr size_t GB = MB * 1024ULL;
3332

0 commit comments

Comments
 (0)