Skip to content

Commit b149e0f

Browse files
committed
[WasmDSL] Remove superfluous virtual keyword.
1 parent fa7a9c8 commit b149e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/WasmDSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ struct LinearAllocator : Allocator
278278
};
279279
}
280280

281-
virtual void perform_pre_allocations() override {
281+
void perform_pre_allocations() override {
282282
M_insist(not pre_allocations_performed_,
283283
"must not call `perform_pre_allocations()` multiple times");
284284
alloc_addr_.init(pre_alloc_addr_);

0 commit comments

Comments
 (0)