mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-12 00:45:28 +00:00
wasm_debug_engine_create: Remove unused comment (#1416)
This commit is contained in:
parent
903a27aff2
commit
7c75f6cf63
|
@ -263,16 +263,6 @@ wasm_debug_engine_create()
|
|||
/* reset current instance id */
|
||||
current_instance_id = 1;
|
||||
|
||||
/* TODO: support Wasm platform in LLDB */
|
||||
/*
|
||||
engine->control_thread =
|
||||
wasm_debug_control_thread_create((WASMDebugObject *)engine);
|
||||
engine->control_thread->debug_engine = (WASMDebugObject *)engine;
|
||||
engine->control_thread->debug_instance = NULL;
|
||||
sprintf(engine->control_thread->ip_addr, "127.0.0.1");
|
||||
engine->control_thread->port = 1234;
|
||||
*/
|
||||
|
||||
bh_list_init(&engine->debug_instance_list);
|
||||
return engine;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user