Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test is redundant (already checked in xbt_dict_preinit).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 7 Jan 2020 08:43:15 +0000 (09:43 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 7 Jan 2020 12:40:57 +0000 (13:40 +0100)
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;