Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I don't see the point of declaring and calling empty functions
[simgrid.git] / src / surf / surf_routing_none.c
index c26c777..8d008d7 100644 (file)
@@ -72,14 +72,3 @@ routing_component_t model_none_create(void)
   return (routing_component_t) new_component;
 }
 
-void model_none_load(void)
-{
-}
-
-void model_none_unload(void)
-{
-}
-
-void model_none_end(void)
-{
-}