Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modernize one more simcall
[simgrid.git] / src / surf / HostImpl.hpp
index 6fe5755..fd170de 100644 (file)
@@ -80,15 +80,6 @@ public:
    */
   virtual Action* close(surf_file_t fd);
 
-  /**
-   * @brief Unlink a file
-   * @details [long description]
-   *
-   * @param fd [description]
-   * @return [description]
-   */
-  virtual int unlink(surf_file_t fd);
-
   /**
    * @brief Read a file
    *