mirror of https://github.com/facebook/rocksdb.git
Remove unused member(s)
This commit is contained in:
parent
bfee319fb0
commit
d1cfb71ec7
|
@ -127,9 +127,6 @@ class Cache {
|
|||
void LRU_Append(Handle* e);
|
||||
void Unref(Handle* e);
|
||||
|
||||
struct Rep;
|
||||
Rep* rep_;
|
||||
|
||||
// No copying allowed
|
||||
Cache(const Cache&);
|
||||
void operator=(const Cache&);
|
||||
|
|
Loading…
Reference in New Issue