Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the way files are described. Get rid of the stats, the
[simgrid.git] / src / simix / smx_user.c
index a23e346..918687c 100644 (file)
@@ -1123,15 +1123,6 @@ int simcall_file_close(smx_file_t fp)
   return simcall_BODY_file_close(fp);  
 }
 
   return simcall_BODY_file_close(fp);  
 }
 
-/**
- * \ingroup simix_file_management
- *
- */
-int simcall_file_stat(smx_file_t fd, s_file_stat_t *buf)
-{
-  return simcall_BODY_file_stat(fd, buf);
-}
-
 /**
  * \ingroup simix_file_management
  *
 /**
  * \ingroup simix_file_management
  *