We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e30e32 commit fae814cCopy full SHA for fae814c
src/test/fuzz/integer.cpp
@@ -122,10 +122,6 @@ FUZZ_TARGET_INIT(integer, initialize_integer)
122
assert(dynamic_usage == incremental_dynamic_usage * i64s.size());
123
}
124
(void)MillisToTimeval(i64);
125
- const double d = ser_uint64_to_double(u64);
126
- assert(ser_double_to_uint64(d) == u64);
127
- const float f = ser_uint32_to_float(u32);
128
- assert(ser_float_to_uint32(f) == u32);
129
(void)SighashToStr(uch);
130
(void)SipHashUint256(u64, u64, u256);
131
(void)SipHashUint256Extra(u64, u64, u256, u32);
0 commit comments