Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove features marked with DEPRECATED_v322.
[simgrid.git] / include / simgrid / s4u / Storage.hpp
index 2f5f89d..7559611 100644 (file)
 namespace simgrid {
 namespace s4u {
 
 namespace simgrid {
 namespace s4u {
 
-#ifndef DOXYGEN
-/** @deprecated Engine::get_all_storages() */
-XBT_ATTRIB_DEPRECATED_v322("Please use Engine::get_all_storages()") XBT_PUBLIC void getStorageList(std::map<std::string, Storage*>* whereTo);
-#endif
-
 /** Storage represent the disk resources, usually associated to a given host
  *
  * By default, SimGrid does not keep track of the actual data being written but
 /** Storage represent the disk resources, usually associated to a given host
  *
  * By default, SimGrid does not keep track of the actual data being written but