]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/workstation_interface.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check if MAP_ANONYMOUS is defined after including sys/mman.h.
[simgrid.git] / src / surf / workstation_interface.hpp
index 799ee13ac904bfbf09e780b0b84bcf9fa4c7fa85..da9e455ad6496e1d89608e246ec9b6c288d9e5a1 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
    *