X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fmmap-cache.c;h=949f97819bcd90acefd9a8c219e9790bfa507e8a;hb=634ed0ee3466e5e5f78d3acbe9782650ff456288;hp=f34d260856127e6493ff08db3ba5052515f25f47;hpb=1b8951e5bd9b2bf1722098a861055cae0bb52088;p=elogind.git diff --git a/src/journal/mmap-cache.c b/src/journal/mmap-cache.c index f34d26085..949f97819 100644 --- a/src/journal/mmap-cache.c +++ b/src/journal/mmap-cache.c @@ -591,18 +591,6 @@ void mmap_cache_close_fd(MMapCache *m, int fd) { fd_free(f); } -void mmap_cache_close_context(MMapCache *m, unsigned context) { - Context *c; - - assert(m); - - c = hashmap_get(m->contexts, UINT_TO_PTR(context + 1)); - if (!c) - return; - - context_free(c); -} - unsigned mmap_cache_get_hit(MMapCache *m) { assert(m);