Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove MSG_file_ls()
[simgrid.git] / src / surf / workstation_interface.hpp
index 799ee13..da9e455 100644 (file)
@@ -281,16 +281,6 @@ public:
    */
   virtual int unlink(surf_file_t fd);
 
-  /**
-   * @brief List directory contents of a path
-   * @details [long description]
-   *
-   * @param mount [description]
-   * @param path The path to the directory
-   * @return The StorageAction corresponding to the ls action
-   */
-  virtual ActionPtr ls(const char* mount, const char *path);
-
   /**
    * @brief Get the size in bytes of the file
    *