changeset 2887:30949ab3be6d

Remove warning that noone noticed anyway
author Jeff Bailey <jbailey@nisa.net>
date Tue, 17 Oct 2000 06:55:04 +0000
parents dc65428d47a6
children 99d12dd76be2
files regex.c regex.h
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/regex.c	Tue Oct 17 06:45:57 2000 +0000
+++ b/regex.c	Tue Oct 17 06:55:04 2000 +0000
@@ -1,7 +1,3 @@
-/* Only edit this file through the CVS module in subversions.  This file
-   is automatically updated whenever changes are made to it there, and
-   all of your work will be lost! - jbailey Sep 19, 2000 */
-
 /* Extended regular expression matching and search library, version
    0.12.  (Implements POSIX draft P1003.2/D11.2, except for some of the
    internationalization features.)
--- a/regex.h	Tue Oct 17 06:45:57 2000 +0000
+++ b/regex.h	Tue Oct 17 06:55:04 2000 +0000
@@ -1,7 +1,3 @@
-/* Only edit this file through the CVS module in subversions.  This file
-   is automatically updated whenever changes are made to it there, and
-   all of your work will be lost! - jbailey Sep 19, 2000 */
-
 /* Definitions for data structures and routines for the regular
    expression library, version 0.12.