diff --git a/vvp/part.cc b/vvp/part.cc index ded2017b6..a23275685 100644 --- a/vvp/part.cc +++ b/vvp/part.cc @@ -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)