Remove unused member(s)

This commit is contained in:
Nik Bougalis 2014-09-05 20:47:10 -07:00
parent bfee319fb0
commit d1cfb71ec7
1 changed files with 0 additions and 3 deletions

View File

@ -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&);