From a9e0c1b99a0489c6bc192c0681fa1dfc6e565bbe Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 10 Feb 2016 12:18:36 -0800 Subject: [core] Eliminate maximumCacheEntrySize Instead, the eviction policy accounts for the actual size needed for an incoming put. --- include/mbgl/util/constants.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/mbgl/util/constants.hpp') diff --git a/include/mbgl/util/constants.hpp b/include/mbgl/util/constants.hpp index 667e2f8497..9ddbcb2568 100644 --- a/include/mbgl/util/constants.hpp +++ b/include/mbgl/util/constants.hpp @@ -22,7 +22,6 @@ extern const double MIN_ZOOM; extern const double MAX_ZOOM; extern const uint64_t DEFAULT_MAX_CACHE_SIZE; -extern const uint64_t DEFAULT_MAX_CACHE_ENTRY_SIZE; } // namespace util -- cgit v1.2.1