Remove unused read_locked_entry

This commit is contained in:
Vitaliy Filippov
2026-02-06 17:38:59 +03:00
parent 0715feffa1
commit 725e9aa8ae
2 changed files with 0 additions and 23 deletions
-2
View File
@@ -254,8 +254,6 @@ public:
// read an object entry and lock it against removal
// in the future, may become asynchronous
heap_entry_t *lock_and_read_entry(object_id oid);
// re-read a locked object entry with the given lsn (pointer may be invalidated)
heap_entry_t *read_locked_entry(object_id oid, uint64_t lsn);
// read an object entry without locking it
heap_entry_t *read_entry(object_id oid);
// unlock an entry