From 145ee1970e9593034dededcc9f9f0e01a63ed5e1 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 21 Sep 2022 14:45:27 +0200 Subject: [PATCH] Kill obsolete FIXME. --- src/mc/compare.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mc/compare.cpp b/src/mc/compare.cpp index 849059b214..fdeba59b63 100644 --- a/src/mc/compare.cpp +++ b/src/mc/compare.cpp @@ -845,9 +845,7 @@ static bool heap_area_differ(const RemoteProcess& process, StateComparator& stat } if (type_size != -1 && type_size != (ssize_t)heapinfo1->busy_block.busy_size && - type_size != (ssize_t)heapinfo2->busy_block.busy_size && - (type->name.empty() || - type->name == "struct s_smx_context")) { // FIXME: there is no struct s_smx_context anymore + type_size != (ssize_t)heapinfo2->busy_block.busy_size && type->name.empty()) { if (match_pairs) state.match_equals(previous); return false; -- 2.20.1