From 92d64a235cc24b6f37f6ff4c69196f1bf99b032f Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Tue, 17 Oct 2000 06:55:04 +0000 Subject: [PATCH] Remove warning that noone noticed anyway --- regex.c | 4 ---- regex.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/regex.c b/regex.c index a589f15517..2001f9af47 100644 --- a/regex.c +++ b/regex.c @@ -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.) diff --git a/regex.h b/regex.h index b3f72e9b06..ef4284cdce 100644 --- a/regex.h +++ b/regex.h @@ -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. -- 2.30.2