From 7576ba2309c33ae894d9a870f7fbe106d94d3750 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Aug 2024 12:02:40 +0200 Subject: remove few todo comments --- test/save.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/save.cpp') 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(ae); const auto& e2 = static_cast(be); const auto p1 = critter_proto(e1), p2 = critter_proto(e2); -- cgit v1.2.3