From 8df9bb3840fea497f484b70394fc50b531a0de60 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 30 Apr 2003 01:28:06 +0000 Subject: [PATCH] Remove veriusertfs stuf. --- cadpli/cadpli.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cadpli/cadpli.c b/cadpli/cadpli.c index 5f5057284..f3674c6ba 100644 --- a/cadpli/cadpli.c +++ b/cadpli/cadpli.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: cadpli.c,v 1.3 2003/02/22 04:04:38 steve Exp $" +#ident "$Id: cadpli.c,v 1.4 2003/04/30 01:28:06 steve Exp $" # include # include @@ -86,12 +86,12 @@ void (*vlog_startup_routines[])() = { 0 }; -/* STUB */ -s_tfcell veriusertfs[0]; - /* * $Log: cadpli.c,v $ + * Revision 1.4 2003/04/30 01:28:06 steve + * Remove veriusertfs stuf. + * * Revision 1.3 2003/02/22 04:04:38 steve * Only include malloc.h if it is present. *