mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibWasm: Remove declarations for non-existent methods
This commit is contained in:
parent
5cc4b37bf3
commit
8d31e04b8a
Notes:
sideshowbarker
2024-07-17 05:00:08 +09:00
Author: https://github.com/AtkinsSJ
Commit: 8d31e04b8a
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -241,7 +241,6 @@ public:
|
|||
ErrorOr<void, ValidationError> validate_instruction(Instruction const&, Stack& stack, bool& is_constant);
|
||||
|
||||
// Types
|
||||
bool type_is_subtype_of(ValueType const& candidate_subtype, ValueType const& candidate_supertype);
|
||||
ErrorOr<void, ValidationError> validate(Limits const&, size_t k); // n <= 2^k-1 && m? <= 2^k-1
|
||||
ErrorOr<FunctionType, ValidationError> validate(BlockType const&);
|
||||
ErrorOr<void, ValidationError> validate(FunctionType const&) { return {}; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue