]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/automaton/automatonparse_promela.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish the removal of lagrange-related things
[simgrid.git] / src / xbt / automaton / automatonparse_promela.c
index e43df858ed6132d02dbf94f282f46ae324d29d3e..104630c791b9a4f9a83666ab80dcb4d6e15d279c 100644 (file)
@@ -56,7 +56,6 @@ static void new_transition(char* id, xbt_automaton_exp_label_t label)
   xbt_automaton_state_t state_dst = xbt_automaton_state_exists(parsed_automaton, id);
   xbt_automaton_state_t state_src = xbt_automaton_state_exists(parsed_automaton, state_id_src);
 
-  //xbt_transition_t trans = NULL;
   xbt_automaton_transition_new(parsed_automaton, state_src, state_dst, label);
 
 }