Skip to content

Commit dfdbfbf

Browse files
committed
Remove not needed struct FizzyInstance definition.
1 parent 3c19fdd commit dfdbfbf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/fizzy/capi.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ struct FizzyModule
7272
fizzy::Module module;
7373
};
7474

75-
struct FizzyInstance
76-
{
77-
fizzy::Instance* instance;
78-
};
79-
8075
bool fizzy_validate(const uint8_t* wasm_binary, size_t wasm_binary_size)
8176
{
8277
try

0 commit comments

Comments
 (0)