mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove unused char serialize
This commit is contained in:
parent
fa24493d63
commit
fa5d2e678c
4 changed files with 6 additions and 13 deletions
|
|
@ -205,11 +205,6 @@ FUZZ_TARGET_INIT(integer, initialize_integer)
|
|||
stream >> deserialized_i8;
|
||||
assert(i8 == deserialized_i8 && stream.empty());
|
||||
|
||||
char deserialized_ch;
|
||||
stream << ch;
|
||||
stream >> deserialized_ch;
|
||||
assert(ch == deserialized_ch && stream.empty());
|
||||
|
||||
bool deserialized_b;
|
||||
stream << b;
|
||||
stream >> deserialized_b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue