DiscIO: drop unused stuff

This commit is contained in:
Tillmann Karras
2015-11-10 16:15:55 +01:00
parent d6b2fcaa71
commit df79398445
8 changed files with 0 additions and 47 deletions

View File

@ -72,7 +72,6 @@ private:
int m_blocksize;
u8* m_cache[CACHE_SIZE];
u64 m_cache_tags[CACHE_SIZE];
int m_cache_age[CACHE_SIZE];
};
// Factory function - examines the path to choose the right type of IBlobReader, and returns one.