Преглед изворни кода

Merge pull request #968 from xindubawukong:dxy_remove_code

PiperOrigin-RevId: 420399272
main
Victor Costan пре 2 година
родитељ
комит
639195221c
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…
Откажи
Сачувај