aboutsummaryrefslogtreecommitdiff
path: root/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'crc32.h')
-rw-r--r--crc32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crc32.h b/crc32.h
index ec9c1b1..ee3145b 100644
--- a/crc32.h
+++ b/crc32.h
@@ -1,8 +1,6 @@
#ifndef CRC32_H
#define CRC32_H
-/* $Id: crc32.h,v 1.6 2005/11/07 11:15:09 gleixner Exp $ */
-
#include <stdint.h>
extern const uint32_t crc32_table[256];