Преглед на файлове

remove useless code in cache.h

main
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

Зареждане…
Отказ
Запис