mirror of
https://github.com/Zygo/bees.git
synced 2025-07-07 02:42:27 +02:00
roots: drop method transid_re
There are no callers of this method any more, and it exposes more of BeesRoots than we really want things to have access to. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -2030,12 +2030,6 @@ BeesRoots::open_root_ino(uint64_t root, uint64_t ino)
|
||||
return m_ctx->fd_cache()->open_root_ino(root, ino);
|
||||
}
|
||||
|
||||
RateEstimator &
|
||||
BeesRoots::transid_re()
|
||||
{
|
||||
return m_transid_re;
|
||||
}
|
||||
|
||||
void
|
||||
BeesRoots::insert_tmpfile(Fd fd)
|
||||
{
|
||||
|
Reference in New Issue
Block a user