Remove dead code.

This commit is contained in:
steve 2006-10-05 01:37:34 +00:00
parent 26e2e85ffa
commit ec23bb0367
1 changed files with 4 additions and 6 deletions

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: vvp_process.c,v 1.125 2006/10/05 01:23:53 steve Exp $" #ident "$Id: vvp_process.c,v 1.126 2006/10/05 01:37:34 steve Exp $"
#endif #endif
# include "vvp_priv.h" # include "vvp_priv.h"
@ -241,11 +241,6 @@ static void assign_to_memory_word(ivl_lval_t lval, unsigned bit,
clear_expression_lookaside(); clear_expression_lookaside();
} }
static void calculate_into_x1(ivl_expr_t expr)
{
draw_eval_expr_into_integer(expr, 1);
}
/* /*
* This is a private function to generate %set code for the * This is a private function to generate %set code for the
* statement. At this point, the r-value is evaluated and stored in * statement. At this point, the r-value is evaluated and stored in
@ -1496,6 +1491,9 @@ int draw_func_definition(ivl_scope_t scope)
/* /*
* $Log: vvp_process.c,v $ * $Log: vvp_process.c,v $
* Revision 1.126 2006/10/05 01:37:34 steve
* Remove dead code.
*
* Revision 1.125 2006/10/05 01:23:53 steve * Revision 1.125 2006/10/05 01:23:53 steve
* Handle non-constant delays on indexed non-blocking assignments. * Handle non-constant delays on indexed non-blocking assignments.
* *