Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test is redundant (already checked in xbt_dict_preinit).
[simgrid.git] / src / xbt / dict.cpp
index 1fb5b29..5184ea2 100644 (file)
@@ -33,8 +33,7 @@ constexpr int MAX_FILL_PERCENT = 80;
  */
 xbt_dict_t xbt_dict_new_homogeneous(void_f_pvoid_t free_ctn)
 {
-  if (dict_elm_mallocator == nullptr)
-    xbt_dict_preinit();
+  xbt_dict_preinit();
 
   xbt_dict_t dict;