Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove MSG_file_ls()
[simgrid.git] / src / surf / workstation_interface.cpp
index dae99c9..cc7fb44 100644 (file)
@@ -292,12 +292,6 @@ int Workstation::unlink(surf_file_t fd) {
   }
 }
 
-ActionPtr Workstation::ls(const char* mount, const char *path){
-  XBT_DEBUG("LS on mount '%s' and file '%s'", mount, path);
-  StoragePtr st = findStorageOnMountList(mount);
-  return st->ls(path);
-}
-
 sg_size_t Workstation::getSize(surf_file_t fd){
   return fd->size;
 }