Skip to content

Commit 08a6bef

Browse files
committed
Oops
1 parent 68e5e93 commit 08a6bef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/wabt/interp/interp.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ struct LocalDesc {
295295
struct CatchDesc {
296296
Index tag_index;
297297
u32 offset;
298-
bool ref = false;
299298
};
300299

301300
// Handlers for a catch-less `try` or `try-catch` block are included in the
@@ -314,7 +313,6 @@ struct HandlerDesc {
314313
// Local stack heights at the handler site that need to be restored.
315314
u32 values;
316315
u32 exceptions;
317-
bool catch_all_ref = false;
318316
};
319317

320318
struct FuncDesc {

0 commit comments

Comments
 (0)