vvp: Remove bitsr from struct vvp_fun_part_state_s
The part functor has no real typed state and the bitsr field of the state struct is unused. Remove it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
7b99cd25ca
commit
9853a5904c
|
|
@ -29,10 +29,9 @@
|
|||
using namespace std;
|
||||
|
||||
struct vvp_fun_part_state_s {
|
||||
vvp_fun_part_state_s() : bitsr(0.0) {}
|
||||
vvp_fun_part_state_s() {}
|
||||
|
||||
vvp_vector4_t bits;
|
||||
double bitsr;
|
||||
};
|
||||
|
||||
vvp_fun_part::vvp_fun_part(unsigned base, unsigned wid)
|
||||
|
|
|
|||
Loading…
Reference in New Issue