Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] useless declaration
authorLucas Schnorr <Lucas.Schnorr@imag.fr>
Thu, 14 Feb 2013 12:58:35 +0000 (13:58 +0100)
committerLucas Schnorr <Lucas.Schnorr@imag.fr>
Thu, 14 Feb 2013 13:00:12 +0000 (14:00 +0100)
src/surf/instr_routing.c

index 285a03b..3e2c81c 100644 (file)
@@ -14,8 +14,6 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_routing, instr, "Tracing platform hierarchy");
 
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_routing, instr, "Tracing platform hierarchy");
 
-extern xbt_dict_t defined_types; /* from instr_interface.c */
-
 static int platform_created = 0;            /* indicate whether the platform file has been traced */
 static xbt_dynar_t currentContainer = NULL; /* push and pop, used only in creation */
 
 static int platform_created = 0;            /* indicate whether the platform file has been traced */
 static xbt_dynar_t currentContainer = NULL; /* push and pop, used only in creation */