Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Oct 5, 2006
1 parent 26e2e85 commit ec23bb0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tgt-vvp/vvp_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#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

# include "vvp_priv.h"
Expand Down Expand Up @@ -241,11 +241,6 @@ static void assign_to_memory_word(ivl_lval_t lval, unsigned bit,
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
* statement. At this point, the r-value is evaluated and stored in
Expand Down Expand Up @@ -1496,6 +1491,9 @@ int draw_func_definition(ivl_scope_t scope)

/*
* $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
* Handle non-constant delays on indexed non-blocking assignments.
*
Expand Down

0 comments on commit ec23bb0

Please sign in to comment.