Skip to content

Commit

Permalink
Remove not needed struct FizzyInstance definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Oct 5, 2020
1 parent dfc2b28 commit 6525b9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/fizzy/capi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ struct FizzyModule
fizzy::Module module;
};

struct FizzyInstance
{
fizzy::Instance* instance;
};

bool fizzy_validate(const uint8_t* wasm_binary, size_t wasm_binary_size)
{
try
Expand Down

0 comments on commit 6525b9d

Please sign in to comment.