소스 검색

remove useless code in cache.h

naive_version
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

불러오는 중...
취소
저장