diff options
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() { | |||
| 654 | } | 654 | } |
| 655 | 655 | ||
| 656 | 656 | ||
| 657 | class CChunkFileReader | 657 | /*class CChunkFileReader |
| 658 | { | 658 | { |
| 659 | public: | 659 | public: |
| 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_ |