diff options
author | archshift <admin@archshift.com> | 2014-04-27 22:24:39 -0700 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-04-27 22:24:39 -0700 |
commit | 5741f2fb267daa7b1e8001a19bbd243bd2dc8f26 (patch) | |
tree | 0c88d46c8ee32e5e5c394f302db52abb74c373f9 /src | |
parent | b9fc729928ff76b26cc10456bdc68728fc53732c (diff) |
Problematic class with no current implementation
Diffstat (limited to 'src')
-rw-r--r-- | src/common/chunk_file.h | 4 |
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() { } -class CChunkFileReader +/*class CChunkFileReader { public: enum Error { @@ -869,6 +869,6 @@ private: int UncompressedSize; char GitVersion[32]; }; -}; +}; */ #endif // _POINTERWRAP_H_ |