source debug: Remove unused platform_port (#1403)

This commit is contained in:
YAMAMOTO Takashi
2022-08-24 17:39:32 +09:00
committed by GitHub
parent d41543f829
commit 5586f7b82d
6 changed files with 3 additions and 11 deletions

View File

@ -137,7 +137,7 @@ typedef struct RuntimeInitArgs {
/* Debug settings, only used when
WASM_ENABLE_DEBUG_INTERP != 0 */
char ip_addr[128];
int platform_port;
int unused; /* was platform_port */
int instance_port;
/* Fast JIT code cache size */