From 0f38afa54396791d4fcc97e4ed9be7286322a1cd Mon Sep 17 00:00:00 2001 From: navarro Date: Wed, 20 Jun 2012 17:01:39 +0200 Subject: [PATCH] Remove unused variable --- src/surf/surf_routing.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index af94958d67..023c1d9520 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -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; - int cpt; xbt_assert(!xbt_lib_get_or_null (as_router_lib, AS_id, ROUTING_ASR_LEVEL), -- 2.20.1