diff --git a/include/rocksdb/cache.h b/include/rocksdb/cache.h index 65d44b6cbfb..a8a6f9b73a6 100644 --- a/include/rocksdb/cache.h +++ b/include/rocksdb/cache.h @@ -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&);