AOTFuncContext: Remove a stale comment (#2283)

This commit is contained in:
YAMAMOTO Takashi 2023-06-09 23:31:08 +09:00 committed by GitHub
parent 4fcc056178
commit 92e073b8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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