X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ddad0a8665a95e6f16b6f765efca789459a818d..6b188a3ca7fe91cf125a08229fb4fe51eee26e6d:/examples/msg/mc/automatonparse_promela.c diff --git a/examples/msg/mc/automatonparse_promela.c b/examples/msg/mc/automatonparse_promela.c index 6159835829..88c2cafa53 100644 --- a/examples/msg/mc/automatonparse_promela.c +++ b/examples/msg/mc/automatonparse_promela.c @@ -43,8 +43,8 @@ void new_transition(char* id, xbt_exp_label_t label){ state_dst = xbt_automaton_state_exists(automaton, id_state); xbt_state_t state_src = xbt_automaton_state_exists(automaton, state_id_src); - xbt_transition_t trans = NULL; - trans = xbt_automaton_new_transition(automaton, state_src, state_dst, label); + //xbt_transition_t trans = NULL; + xbt_automaton_new_transition(automaton, state_src, state_dst, label); }