summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vespalib/src/vespa/vespalib/datastore/datastorebase.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/vespalib/src/vespa/vespalib/datastore/datastorebase.h b/vespalib/src/vespa/vespalib/datastore/datastorebase.h
index 186d8611194..d6dd70457b0 100644
--- a/vespalib/src/vespa/vespalib/datastore/datastorebase.h
+++ b/vespalib/src/vespa/vespalib/datastore/datastorebase.h
@@ -229,11 +229,7 @@ private:
* Hold of buffer has ended.
*/
void doneHoldBuffer(uint32_t bufferId);
- /**
- * Enable free list management.
- * This only works for fixed size elements.
- */
- void enableFreeList(uint32_t bufferId);
+
/**
* Switch buffer state to active for the given buffer.
*