Skip to content

Commit 2290c8e

Browse files
authored
Update sgx.h
remove uesless sgx_eremove in sgx.h
1 parent 0373e2e commit 2290c8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sgx.h

-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ void sgx_insert_pte(struct sgx_encl *encl,
246246
struct sgx_encl_page *encl_page,
247247
struct sgx_epc_page *epc_page,
248248
struct vm_area_struct *vma);
249-
int sgx_eremove(struct sgx_epc_page *epc_page);
250249
void sgx_zap_tcs_ptes(struct sgx_encl *encl,
251250
struct vm_area_struct *vma);
252251
void sgx_invalidate(struct sgx_encl *encl, bool flush_cpus);

0 commit comments

Comments
 (0)