Skip to content

Commit 965edff

Browse files
authored
Remove unused variable in handle_cmd_unload_module (#1913)
1 parent b0b8843 commit 965edff

File tree

1 file changed

+0
-1
lines changed
  • product-mini/platforms/linux-sgx/enclave-sample/Enclave

1 file changed

+0
-1
lines changed

product-mini/platforms/linux-sgx/enclave-sample/Enclave/Enclave.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ static void
277277
handle_cmd_unload_module(uint64 *args, uint32 argc)
278278
{
279279
EnclaveModule *enclave_module = *(EnclaveModule **)args++;
280-
uint32 i;
281280

282281
bh_assert(argc == 1);
283282

0 commit comments

Comments
 (0)