From 09cd582cc5623f8e24bff37d7f88a23369095dd5 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 15 Apr 2001 03:19:44 +0000 Subject: [PATCH] Oops, excessive test assert neets to be removed. --- t-dll-proc.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t-dll-proc.cc b/t-dll-proc.cc index e8d5920cb..1627bae80 100644 --- a/t-dll-proc.cc +++ b/t-dll-proc.cc @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: t-dll-proc.cc,v 1.27 2001/04/15 03:14:31 steve Exp $" +#ident "$Id: t-dll-proc.cc,v 1.28 2001/04/15 03:19:44 steve Exp $" #endif # include "target.h" @@ -312,7 +312,6 @@ void dll_target::proc_case(const NetCase*net) for (unsigned idx = 0 ; idx < ncase ; idx += 1) { const NetExpr*ex = net->expr(idx); - assert(ex); if (ex) { ex->expr_scan(this); save_cur->u_.case_.case_ex[idx] = expr_; @@ -608,6 +607,9 @@ void dll_target::proc_while(const NetWhile*net) /* * $Log: t-dll-proc.cc,v $ + * Revision 1.28 2001/04/15 03:19:44 steve + * Oops, excessive test assert neets to be removed. + * * Revision 1.27 2001/04/15 03:14:31 steve * Handle noop as case statements. *