X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/daf722d30c2bbc93b73c93febd4885109cca287b..e2f4c322102dab25d663a761157720cbbb11702d:/src/xbt/dynar.cpp diff --git a/src/xbt/dynar.cpp b/src/xbt/dynar.cpp index 1bd60bba1e..6b9a73981d 100644 --- a/src/xbt/dynar.cpp +++ b/src/xbt/dynar.cpp @@ -444,7 +444,6 @@ unsigned int xbt_dynar_search(xbt_dynar_t const dynar, void* const elem) } THROWF(not_found_error, 0, "Element %p not part of dynar %p", elem, dynar); - return 0; // Won't happen, just to please eclipse } /** @brief Returns the position of the element in the dynar (or -1 if not found)