Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused static function
[simgrid.git] / src / mc / LocationList.cpp
index 2797bc0..fdf5cd5 100644 (file)
@@ -112,7 +112,7 @@ LocationList location_list(
     locations.push_back({ DwarfExpression(ops, ops+len), range });
   }
 
-  return std::move(locations);
+  return locations;
 }