X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/36e1eda9aeecc0592a95d71733177f495138be96..b37e893be6476c05a93664395505f7eb4e4dd66e:/src/mc/mc_dpor.c diff --git a/src/mc/mc_dpor.c b/src/mc/mc_dpor.c index 6443295b44..b03fd4bb84 100644 --- a/src/mc/mc_dpor.c +++ b/src/mc/mc_dpor.c @@ -61,7 +61,7 @@ void MC_dpor(void) mc_state_t state = NULL, prev_state = NULL, next_state = NULL, restore_state=NULL; smx_process_t process = NULL; xbt_fifo_item_t item = NULL; - int pos, i = 1; + int pos; while (xbt_fifo_size(mc_stack_safety) > 0) {