Skip to content

Commit

Permalink
Remove unused member(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbougalis committed Sep 6, 2014
1 parent bfee319 commit d1cfb71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/rocksdb/cache.h
Expand Up @@ -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&);
Expand Down

0 comments on commit d1cfb71

Please sign in to comment.