X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8182da70a35e7ebdae9c48c02cedeec4e95635a9..b67f99d2787aa360886850db3386fd07a7dae422:/src/simix/smx_io.c diff --git a/src/simix/smx_io.c b/src/simix/smx_io.c index 3200ad1352..97b1fc4255 100644 --- a/src/simix/smx_io.c +++ b/src/simix/smx_io.c @@ -325,10 +325,6 @@ void SIMIX_post_io(smx_action_t action) { xbt_fifo_item_t i; smx_simcall_t simcall; -// char* key; -// xbt_dict_cursor_t cursor = NULL; -// s_file_stat_t *dst = NULL; -// s_file_stat_t *src = NULL; xbt_fifo_foreach(action->simcalls,i,simcall,smx_simcall_t) { switch (simcall->call) {