瀏覽代碼

remove useless code in cache.h

ld
xindubawukong 2 年之前
父節點
當前提交
87b3a371b1
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. +0
    -8
      include/leveldb/cache.h

+ 0
- 8
include/leveldb/cache.h 查看文件

@ -96,14 +96,6 @@ class LEVELDB_EXPORT Cache {
// Return an estimate of the combined charges of all elements stored in the
// cache.
virtual size_t TotalCharge() const = 0;
private:
void LRU_Remove(Handle* e);
void LRU_Append(Handle* e);
void Unref(Handle* e);
struct Rep;
Rep* rep_;
};
} // namespace leveldb

Loading…
取消
儲存