diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 12:02:40 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 12:02:40 +0200 |
| commit | 7576ba2309c33ae894d9a870f7fbe106d94d3750 (patch) | |
| tree | a060abd48e215320920b0749f380bc855f44b79f /test/save.cpp | |
| parent | 402acc4bc8c525b1585465b5ed888142d5375094 (diff) | |
remove few todo comments
Diffstat (limited to 'test/save.cpp')
| -rw-r--r-- | test/save.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/save.cpp b/test/save.cpp index 04c9810c..76cdd271 100644 --- a/test/save.cpp +++ b/test/save.cpp @@ -103,7 +103,6 @@ void assert_chunks_equal(const chunk& a, const chunk& b) case object_type::COUNT: fm_assert(false); case object_type::critter: { - // todo! remove duplication const auto& e1 = static_cast<const critter&>(ae); const auto& e2 = static_cast<const critter&>(be); const auto p1 = critter_proto(e1), p2 = critter_proto(e2); |
