A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[mc] Remove spurious return in MC_find_object_address
[simgrid.git]
/
src
/
mc
/
mc_checkpoint.c
diff --git
a/src/mc/mc_checkpoint.c
b/src/mc/mc_checkpoint.c
index
1e2bcd1
..
a4fe970
100644
(file)
--- 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. */