summaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
authorPavel P <pavlov.pavel@gmail.com>2020-03-16 06:03:04 +0600
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-03-17 15:26:47 +0100
commit762068fdc60f5fea55e572c601d62820fdb41e68 (patch)
tree495221a6f4dc473b0941a3359a865bc300125b7d /crc32.c
parent232fa02a93f73e9830d9fff1dd91973567697fe3 (diff)
Remove cvs keywords
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 5570b58..6d9d6a6 100644
--- a/crc32.c
+++ b/crc32.c
@@ -9,8 +9,6 @@
* factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
*/
-/* @(#) $Id$ */
-
#include "zbuild.h"
#include "zendian.h"
#include <inttypes.h>