From 92e073b8ce80f1d3cc1506b4e9cd458970315182 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 9 Jun 2023 23:31:08 +0900 Subject: [PATCH] AOTFuncContext: Remove a stale comment (#2283) --- core/iwasm/compilation/aot_llvm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/iwasm/compilation/aot_llvm.h b/core/iwasm/compilation/aot_llvm.h index 907a18ac..76fedcc6 100644 --- a/core/iwasm/compilation/aot_llvm.h +++ b/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;