X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/775902179ef85ee0dd9a2afdcd5750e1146ec0b2..3671bfe99e3f5f4dc48d8229eb57f965a1cf6913:/src/surf/surf_routing_full.cpp diff --git a/src/surf/surf_routing_full.cpp b/src/surf/surf_routing_full.cpp index 312eeb77bb..f80b2f6440 100644 --- a/src/surf/surf_routing_full.cpp +++ b/src/surf/surf_routing_full.cpp @@ -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() {