X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a67ada65709ed3a4b7384dcb9d1fc814da98d29b..ddabdf505ca5684fbcc0a4000ca27b89b4732abc:/src/surf/surf_routing_cluster.hpp diff --git a/src/surf/surf_routing_cluster.hpp b/src/surf/surf_routing_cluster.hpp index e58bb7e9b0..bd2da0a5ec 100644 --- a/src/surf/surf_routing_cluster.hpp +++ b/src/surf/surf_routing_cluster.hpp @@ -27,7 +27,6 @@ class XBT_PRIVATE AsCluster; class AsCluster: public AsNone { public: AsCluster(const char*name); - void Seal() override {}; // nothing to do virtual void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override; void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override;