Explorar el Código

[Pal/Linux-SGX] OCALL cleanup: remove unused ocall_stat() declaration

Dmitrii Kuvaiskii hace 5 años
padre
commit
c6b83c7b3e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Pal/src/host/Linux-SGX/enclave_ocalls.h

+ 0 - 2
Pal/src/host/Linux-SGX/enclave_ocalls.h

@@ -29,8 +29,6 @@ int ocall_write (int fd, const void * buf, unsigned int count);
 
 int ocall_fstat (int fd, struct stat * buf);
 
-int ocall_stat (const char * path, struct stat * buf);
-
 int ocall_fionread (int fd);
 
 int ocall_fsetnonblock (int fd, int nonblocking);