Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill now unused xbt_str_split_quoted(), xbt_str_split_quoted_in_place().
[simgrid.git] / ChangeLog
index 471c1d2..2016ea7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,7 +24,8 @@ S4U:
 
 XBT:
  - Drop simgrid::xbt::demangle(). Please use boost::core::demangle() instead.
- - Drop xbt_dynar_cursor_rm(), xbt_dynar_search_or_negative(), xbt_dynar_to_array().
+ - Drop xbt_dynar_cursor_rm(), xbt_dynar_search_or_negative(), xbt_dynar_to_array(),
+   xbt_str_split_quoted(), xbt_str_split_quoted_in_place().
 
 C binding and interface:
  - Rename (lowercase) functions sg_actor_get_PID, sg_actor_get_PPID, sg_actor_by_PID.