Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused variable
authornavarro <navarro@caraja.(none)>
Wed, 20 Jun 2012 15:01:39 +0000 (17:01 +0200)
committernavarro <navarro@caraja.(none)>
Wed, 20 Jun 2012 15:01:50 +0000 (17:01 +0200)
src/surf/surf_routing.c

index af94958..023c1d9 100644 (file)
@@ -377,7 +377,6 @@ void routing_AS_begin(const char *AS_id, int wanted_routing_type)
 {
   AS_t new_as;
   routing_model_description_t model = NULL;
 {
   AS_t new_as;
   routing_model_description_t model = NULL;
-  int cpt;
 
   xbt_assert(!xbt_lib_get_or_null
              (as_router_lib, AS_id, ROUTING_ASR_LEVEL),
 
   xbt_assert(!xbt_lib_get_or_null
              (as_router_lib, AS_id, ROUTING_ASR_LEVEL),