Преглед изворни кода

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

Dmitrii Kuvaiskii пре 5 година
родитељ
комит
c6b83c7b3e
1 измењених фајлова са 0 додато и 2 уклоњено
  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);