Browse Source

[Pal/Linux-SGX] OCALL cleanup: remove unused ms_ocall_schedule_t

Dmitrii Kuvaiskii 4 years ago
parent
commit
7d3720921b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Pal/src/host/Linux-SGX/ocall_types.h

+ 0 - 4
Pal/src/host/Linux-SGX/ocall_types.h

@@ -249,10 +249,6 @@ typedef struct {
     const char * ms_pathname;
 } ms_ocall_delete_t;
 
-typedef struct {
-    unsigned int ms_tid;
-} ms_ocall_schedule_t;
-
 typedef struct {
     sgx_spid_t        ms_spid;
     const char*       ms_subkey;