summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar archshift2014-04-27 22:24:39 -0700
committerGravatar archshift2014-04-27 22:24:39 -0700
commit5741f2fb267daa7b1e8001a19bbd243bd2dc8f26 (patch)
tree0c88d46c8ee32e5e5c394f302db52abb74c373f9 /src
parentProblematic template functions (diff)
downloadyuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.tar.gz
yuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.tar.xz
yuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.zip
Problematic class with no current implementation
Diffstat (limited to 'src')
-rw-r--r--src/common/chunk_file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h
index a41205857..c6a7cee35 100644
--- a/src/common/chunk_file.h
+++ b/src/common/chunk_file.h
@@ -654,7 +654,7 @@ inline PointerWrapSection::~PointerWrapSection() {
654} 654}
655 655
656 656
657class CChunkFileReader 657/*class CChunkFileReader
658{ 658{
659public: 659public:
660 enum Error { 660 enum Error {
@@ -869,6 +869,6 @@ private:
869 int UncompressedSize; 869 int UncompressedSize;
870 char GitVersion[32]; 870 char GitVersion[32];
871 }; 871 };
872}; 872}; */
873 873
874#endif // _POINTERWRAP_H_ 874#endif // _POINTERWRAP_H_