Remove unused member(s)

main
Nik Bougalis 11 years ago
parent bfee319fb0
commit d1cfb71ec7
  1. 3
      include/rocksdb/cache.h

@ -127,9 +127,6 @@ class Cache {
void LRU_Append(Handle* e); void LRU_Append(Handle* e);
void Unref(Handle* e); void Unref(Handle* e);
struct Rep;
Rep* rep_;
// No copying allowed // No copying allowed
Cache(const Cache&); Cache(const Cache&);
void operator=(const Cache&); void operator=(const Cache&);

Loading…
Cancel
Save