aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/regexp
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-02-24 03:03:04 +0000
committerChristopher Faylor <me@cgf.cx>2000-02-24 03:03:04 +0000
commit2528588a759447dfd1e383ace086dc8628eb40db (patch)
treee43d2c26d03c251bf9f2aed41b0b9c1db6f831bc /winsup/cygwin/regexp
parent41f42725a2e64eb5993f1729e432dd3b897853e0 (diff)
downloadnewlib-2528588a759447dfd1e383ace086dc8628eb40db.zip
newlib-2528588a759447dfd1e383ace086dc8628eb40db.tar.gz
newlib-2528588a759447dfd1e383ace086dc8628eb40db.tar.bz2
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 a20f816..0678a18 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>