Parcourir la source

wasm_debug_engine_create: Remove unused comment (#1416)

YAMAMOTO Takashi il y a 3 ans
Parent
commit
7c75f6cf63
1 fichiers modifiés avec 0 ajouts et 10 suppressions
  1. 0 10
      core/iwasm/libraries/debug-engine/debug_engine.c

+ 0 - 10
core/iwasm/libraries/debug-engine/debug_engine.c

@@ -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;
 }