Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix broken file name.
[simgrid.git] / src / xbt / dynar.c
index 8414788..335f862 100644 (file)
@@ -523,7 +523,6 @@ xbt_dynar_search(xbt_dynar_t  const dynar,
    
   _dynar_unlock(dynar);
   THROW2(not_found_error,0,"Element %p not part of dynar %p",elem,dynar);
-  return -1;
 }
 
 /** @brief Returns a boolean indicating whether the element is part of the dynar */