Browse Source

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

Dmitrii Kuvaiskii 4 years ago
parent
commit
c6b83c7b3e
1 changed files with 0 additions and 2 deletions
  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);