Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unused variable
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 12 Aug 2013 17:44:58 +0000 (19:44 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 12 Aug 2013 17:44:58 +0000 (19:44 +0200)
src/mc/mc_global.c

index 68a564c..9120ca0 100644 (file)
@@ -1385,7 +1385,6 @@ void MC_ignore_global_variable(const char *name){
     dw_variable_t current_var;
     int start = 0;
     int end = xbt_dynar_length(mc_global_variables_libsimgrid) - 1;
     dw_variable_t current_var;
     int start = 0;
     int end = xbt_dynar_length(mc_global_variables_libsimgrid) - 1;
-    int var_found;
 
     while(start <= end){
       cursor = (start + end) /2;
 
     while(start <= end){
       cursor = (start + end) /2;