Refactor: Remove unused FlatFilePos::SetNull

This commit is contained in:
MarcoFalke
2023-03-21 13:54:51 +01:00
parent 40e1c4d402
commit fa67b8181c
4 changed files with 8 additions and 16 deletions

View File

@@ -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());
}