From 56a6bbc24962251d223536285aa407c7652c7c46 Mon Sep 17 00:00:00 2001 From: Josh Allen Date: Mon, 13 Feb 2017 15:46:03 -0500 Subject: remove crc32 code. we are using zlib crc32 code --- tools/ootx_decode/crc32.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tools/ootx_decode/crc32.h (limited to 'tools/ootx_decode/crc32.h') diff --git a/tools/ootx_decode/crc32.h b/tools/ootx_decode/crc32.h deleted file mode 100644 index c771d4a..0000000 --- a/tools/ootx_decode/crc32.h +++ /dev/null @@ -1,13 +0,0 @@ -// (C) 2016 Joshua Allen, MIT/x11 License. -// -//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses. - -#ifndef CRC32_H -#define CRC32_H - -#include -#include - -uint32_t crc32(uint32_t crc, uint8_t *buf, size_t size); - -#endif \ No newline at end of file -- cgit v1.2.3