summaryrefslogtreecommitdiff
path: root/src/binary-reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r--src/binary-reader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h
index a9463ce5..a688eada 100644
--- a/src/binary-reader.h
+++ b/src/binary-reader.h
@@ -290,7 +290,6 @@ class BinaryReaderDelegate {
virtual Result OnUnaryExpr(Opcode opcode) = 0;
virtual Result OnTernaryExpr(Opcode opcode) = 0;
virtual Result OnUnreachableExpr() = 0;
- virtual Result OnUnwindExpr() = 0;
virtual Result EndFunctionBody(Index index) = 0;
virtual Result EndCodeSection() = 0;