diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-03-21 13:54:51 +0100 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-03-21 13:54:11 +0100 |
commit | fa67b8181c3ecf94395ecc50fd8acd436f1f8c3a (patch) | |
tree | f503e5f15899606108accc0f63e6a99f24823c04 /src/test/fuzz | |
parent | 40e1c4d4024b8ad35f2511b2e10bf80c5531dfde (diff) |
Refactor: Remove unused FlatFilePos::SetNull
Diffstat (limited to 'src/test/fuzz')
-rw-r--r-- | src/test/fuzz/flatfile.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/fuzz/flatfile.cpp b/src/test/fuzz/flatfile.cpp index d142e374b1..b5c82c14b4 100644 --- a/src/test/fuzz/flatfile.cpp +++ b/src/test/fuzz/flatfile.cpp @@ -25,6 +25,4 @@ FUZZ_TARGET(flatfile) assert((*flat_file_pos == *another_flat_file_pos) != (*flat_file_pos != *another_flat_file_pos)); } (void)flat_file_pos->ToString(); - flat_file_pos->SetNull(); - assert(flat_file_pos->IsNull()); } |