diff options
Diffstat (limited to 'src/common/chunk_file.h')
| -rw-r--r-- | src/common/chunk_file.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h index a41205857..8c9f839da 100644 --- a/src/common/chunk_file.h +++ b/src/common/chunk_file.h | |||
| @@ -654,7 +654,8 @@ inline PointerWrapSection::~PointerWrapSection() { | |||
| 654 | } | 654 | } |
| 655 | 655 | ||
| 656 | 656 | ||
| 657 | class CChunkFileReader | 657 | // Commented out because it is currently unused, and breaks builds on OSX |
| 658 | /*class CChunkFileReader | ||
| 658 | { | 659 | { |
| 659 | public: | 660 | public: |
| 660 | enum Error { | 661 | enum Error { |
| @@ -869,6 +870,6 @@ private: | |||
| 869 | int UncompressedSize; | 870 | int UncompressedSize; |
| 870 | char GitVersion[32]; | 871 | char GitVersion[32]; |
| 871 | }; | 872 | }; |
| 872 | }; | 873 | }; */ |
| 873 | 874 | ||
| 874 | #endif // _POINTERWRAP_H_ | 875 | #endif // _POINTERWRAP_H_ |