summaryrefslogtreecommitdiff
path: root/yapf/crc32.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'yapf/crc32.hpp')
-rw-r--r--yapf/crc32.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/yapf/crc32.hpp b/yapf/crc32.hpp
index 6cfe0c2bf..10e9a7ac4 100644
--- a/yapf/crc32.hpp
+++ b/yapf/crc32.hpp
@@ -3,6 +3,7 @@
#ifndef CRC32_HPP
#define CRC32_HPP
+#if 0 // reenable when needed
struct CCrc32
{
static uint32 Calc(const void *pBuffer, int nCount)
@@ -59,5 +60,6 @@ struct CCrc32
return Table;
}
};
+#endif // 0
#endif /* CRC32_HPP */