Remove unused variable in handle_cmd_unload_module (#1913)

This commit is contained in:
Patryk 2023-01-25 04:07:25 +01:00 committed by GitHub
parent b0b8843719
commit 965edff4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,6 @@ static void
handle_cmd_unload_module(uint64 *args, uint32 argc)
{
EnclaveModule *enclave_module = *(EnclaveModule **)args++;
uint32 i;
bh_assert(argc == 1);