summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/zlib/crc32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/zlib/crc32.c b/cpukit/zlib/crc32.c
index 91be372d22..08843ff732 100644
--- a/cpukit/zlib/crc32.c
+++ b/cpukit/zlib/crc32.c
@@ -9,8 +9,6 @@
* factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
*/
-/* @(#) $Id$ */
-
/*
Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
protection on the static variables used to control the first-use generation