From 42252cd49547036d396c98d44c7805a0dc0dfe19 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Mon, 6 Jan 2014 10:35:52 +0100 Subject: [PATCH] [mc] Remove spurious return in MC_find_object_address --- src/mc/mc_checkpoint.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mc/mc_checkpoint.c b/src/mc/mc_checkpoint.c index 1e2bcd1359..a4fe970e59 100644 --- a/src/mc/mc_checkpoint.c +++ b/src/mc/mc_checkpoint.c @@ -273,7 +273,6 @@ static void MC_find_object_address(memory_map_t maps, mc_object_info_t result) { xbt_assert(result->start_text); MC_get_plt_section(result); - return result; } /** \brief Fills the position of the .plt and .got.plt sections. */ -- 2.20.1