Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the property holder does not take a dict in its constructor
[simgrid.git] / src / surf / PropertyHolder.cpp
index b57e536..53f09d5 100644 (file)
@@ -9,10 +9,7 @@
 namespace simgrid {
 namespace surf {
 
-PropertyHolder::PropertyHolder(xbt_dict_t props)
-: properties_(props)
-{
-}
+PropertyHolder::PropertyHolder() = default;
 
 PropertyHolder::~PropertyHolder() {
   xbt_dict_free(&properties_);