summaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@gmail.com>2007-08-03 08:49:10 -0500
committerJosh Boyer <jwboyer@gmail.com>2007-08-03 08:49:10 -0500
commit144b274bb155ea63e9093d24439bf45ce6320d80 (patch)
treee6faf8821972775b8b33a74cc4889814724ddb2c /crc32.c
parentce386724bd784061896dc69ad6012768d526c3dc (diff)
Remove $Id:$ tags
The $Id:$ tags are left over from the old CVS repository. Several files have since been changed, and they generally have little value in a git repo so they should be removed. Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'crc32.c')
-rw-r--r--crc32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crc32.c b/crc32.c
index 7d1253d..6b1e50c 100644
--- a/crc32.c
+++ b/crc32.c
@@ -37,8 +37,6 @@
* polynomial $edb88320
*/
-/* $Id: crc32.c,v 1.5 2004/02/24 17:40:51 dwmw2 Exp $ */
-
#include <stdint.h>
const uint32_t crc32_table[256] = {