Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-02-24 06:03:04 +0300
committerChristopher Faylor <me@cgf.cx>2000-02-24 06:03:04 +0300
commit2528588a759447dfd1e383ace086dc8628eb40db (patch)
treee43d2c26d03c251bf9f2aed41b0b9c1db6f831bc /winsup/cygwin/regexp
parent41f42725a2e64eb5993f1729e432dd3b897853e0 (diff)
Remove RCS cruft.
Diffstat (limited to 'winsup/cygwin/regexp')
-rw-r--r--winsup/cygwin/regexp/regexp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/regexp/regexp.c b/winsup/cygwin/regexp/regexp.c
index a20f8160a..0678a18c5 100644
--- a/winsup/cygwin/regexp/regexp.c
+++ b/winsup/cygwin/regexp/regexp.c
@@ -36,12 +36,6 @@
* regular-expression syntax might require a total rethink.
*/
-#if 0
-#ifndef lint
-static char *rcsid = "$Id$";
-#endif /* not lint */
-#endif
-
#include "regexp.h"
#include <stdio.h>
#include <ctype.h>