yapf/crc32.hpp
changeset 5093 4585f8582d97
parent 4434 a08cb4b5c179
--- a/yapf/crc32.hpp	Wed Nov 15 21:57:47 2006 +0000
+++ b/yapf/crc32.hpp	Wed Nov 15 23:47:52 2006 +0000
@@ -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 @@
 		return Table;
 	}
 };
+#endif // 0
 
 #endif /* CRC32_HPP */