Explorar o código

AOTFuncContext: Remove a stale comment (#2283)

YAMAMOTO Takashi %!s(int64=2) %!d(string=hai) anos
pai
achega
92e073b8ce
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      core/iwasm/compilation/aot_llvm.h

+ 0 - 2
core/iwasm/compilation/aot_llvm.h

@@ -154,8 +154,6 @@ typedef struct AOTFuncContext {
     AOTFunc *aot_func;
     LLVMValueRef func;
     LLVMTypeRef func_type;
-    /* LLVM module for this function, note that in LAZY JIT mode,
-       each aot function belongs to an individual module */
     LLVMModuleRef module;
     AOTBlockStack block_stack;