Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill useless code now that As::Seal() exists
[simgrid.git] / src / surf / surf_routing_full.cpp
index 312eeb7..f80b2f6 100644 (file)
@@ -17,11 +17,6 @@ AS_t model_full_create(void)
   return new simgrid::surf::AsFull();
 }
 
-void model_full_end(AS_t _routing)
-{
-  _routing->Seal();
-}
-
 namespace simgrid {
 namespace surf {
 void AsFull::Seal() {