Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix warnings
[simgrid.git] / src / smpi / include / smpi_keyvals.hpp
index 43daa90..c6a200f 100644 (file)
@@ -132,7 +132,6 @@ template <typename T> int Keyval::attr_put(int keyval, void* attr_value){
   if(elem==nullptr)
     return MPI_ERR_ARG;
   elem->refcount++;
-  void * value = nullptr;
   int flag=0;
   auto p = attributes()->insert({keyval, attr_value});
   if (!p.second) {