]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/PropertyHolder.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
inline a stupid function
[simgrid.git] / src / surf / PropertyHolder.cpp
index b57e536e44273b1de456b21d3be6828035b85ec4..53f09d5b29c2a930160a802b587bad6931d34cb3 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_);