]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing_rulebased.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify the code a bit
[simgrid.git] / src / surf / surf_routing_rulebased.c
index 404335d0428e15ca5e7ebfb7012be4b0106719e9..03ae1a4d93e206efa7f365ffcb90bfd3533bc2f4 100644 (file)
@@ -420,17 +420,3 @@ void *model_rulebased_create(void)
                     &rule_route_extended_free);
   return new_component;
 }
-
-void model_rulebased_load(void)
-{
-  /* use "surfxml_add_callback" to add a parse function call */
-}
-
-void model_rulebased_unload(void)
-{
-  /* use "surfxml_del_callback" to remove a parse function call */
-}
-
-void model_rulebased_end(void)
-{
-}