summaryrefslogtreecommitdiff
path: root/src/include/cache.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cache.i')
-rw-r--r--src/include/cache.i11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/cache.i b/src/include/cache.i
index a95138c3f0f..7cbd72853c3 100644
--- a/src/include/cache.i
+++ b/src/include/cache.i
@@ -131,17 +131,6 @@ __wt_session_can_wait(WT_SESSION_IMPL *session)
}
/*
- * __wt_eviction_aggressive --
- * Return if the eviction server is running in aggressive mode.
- */
-static inline bool
-__wt_eviction_aggressive(WT_SESSION_IMPL *session)
-{
- return (FLD_ISSET(
- S2C(session)->cache->state, WT_EVICT_PASS_AGGRESSIVE));
-}
-
-/*
* __wt_eviction_dirty_target --
* Return if the eviction server is running to reduce the number of dirty
* pages (versus running to discard pages from the cache).