diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-24 03:03:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-24 03:03:04 +0000 |
commit | 2528588a759447dfd1e383ace086dc8628eb40db (patch) | |
tree | e43d2c26d03c251bf9f2aed41b0b9c1db6f831bc /winsup/cygwin/regexp | |
parent | 41f42725a2e64eb5993f1729e432dd3b897853e0 (diff) | |
download | cygnal-2528588a759447dfd1e383ace086dc8628eb40db.tar.gz cygnal-2528588a759447dfd1e383ace086dc8628eb40db.tar.bz2 cygnal-2528588a759447dfd1e383ace086dc8628eb40db.zip |
Remove RCS cruft.
Diffstat (limited to 'winsup/cygwin/regexp')
-rw-r--r-- | winsup/cygwin/regexp/regexp.c | 6 |
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> |