Skip to content

Commit

Permalink
AOTFuncContext: Remove a stale comment (bytecodealliance#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 9, 2023
1 parent 6f61d6f commit 9be17a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/iwasm/compilation/aot_llvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9be17a8

Please sign in to comment.