From: Gabriel Corona Date: Mon, 6 Jan 2014 09:35:52 +0000 (+0100) Subject: [mc] Remove spurious return in MC_find_object_address X-Git-Tag: v3_11~199^2~2^2~35^2~20 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/42252cd49547036d396c98d44c7805a0dc0dfe19?hp=1a368df820d52591e718cfcac6f6a1a11dd59e4f [mc] Remove spurious return in MC_find_object_address --- 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. */