Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't load DLLs when org.simgrid.NativeLib is loaded: it's called by cmake before...
[simgrid.git] / src / surf / surf_routing_full.cpp
index d373f23c045cbb3bd54932f436a5a42933e1f70c..bcbcbe27e894e077d53ee4ed52067cd9700aa182 100644 (file)
@@ -9,9 +9,6 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_full, surf, "Routing part of surf");
 
-/* Global vars */
-extern routing_platf_t routing_platf;
-
 #define TO_ROUTE_FULL(i,j) p_routingTable[(i)+(j)*table_size]
 
 AS_t model_full_create(void)