Remove some dead code.

This commit is contained in:
Stephen Williams 2014-11-21 17:36:22 -08:00
parent c222b3b6a4
commit 7a9a022744
1 changed files with 0 additions and 8 deletions

View File

@ -165,14 +165,6 @@ struct assign_vector4_event_s : public event_s {
base = 0;
vwid = 0;
}
#if 0
/* A constructor that makes the val directly. */
assign_vector4_event_s(const vvp_vector4_t&that, unsigned adr, unsigned wid)
: val(that,adr,wid) {
base = 0;
vwid = 0;
}
#endif
/* Where to do the assign. */
vvp_net_ptr_t ptr;