diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index 9b7eb862..5e385748 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -222,7 +222,6 @@ class BinaryReaderLogging : public BinaryReaderDelegate { Result OnUnaryExpr(Opcode opcode) override; Result OnTernaryExpr(Opcode opcode) override; Result OnUnreachableExpr() override; - Result OnUnwindExpr() override; Result OnAtomicWaitExpr(Opcode opcode, Address alignment_log2, Address offset) override; |