summaryrefslogtreecommitdiffstats
path: root/src/shared/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/crc32.h')
-rw-r--r--src/shared/crc32.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/shared/crc32.h b/src/shared/crc32.h
deleted file mode 100644
index 00b8bdd..0000000
--- a/src/shared/crc32.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _CRC32_H_
-#define _CRC32_H_
-
-#include <stdint.h>
-
-uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len);
-
-#endif
-