Minor remove of unused vvp_net_t member.

This commit is contained in:
Stephen Williams 2008-03-12 21:30:42 -07:00
parent ef9ee52e53
commit 9b1baea6da
1 changed files with 0 additions and 1 deletions

View File

@ -600,7 +600,6 @@ struct vvp_net_t {
vvp_net_ptr_t port[4]; vvp_net_ptr_t port[4];
vvp_net_ptr_t out; vvp_net_ptr_t out;
vvp_net_fun_t*fun; vvp_net_fun_t*fun;
long fun_flags;
}; };
/* /*