Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a bunch of empty ctor/dtor
[simgrid.git] / src / surf / network_constant.cpp
index 2da4340..4581f26 100644 (file)
@@ -22,9 +22,6 @@ void surf_network_model_init_Constant()
 
 namespace simgrid {
   namespace surf {
-
-    NetworkConstantModel::~NetworkConstantModel() {}
-
     Link* NetworkConstantModel::createLink(const char *name, double bw, double lat, e_surf_link_sharing_policy_t policy,
         xbt_dict_t properties) {