diff options
Diffstat (limited to 'src/binary-reader-nop.h')
-rw-r--r-- | src/binary-reader-nop.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h index c5e68e0c..b03820e6 100644 --- a/src/binary-reader-nop.h +++ b/src/binary-reader-nop.h @@ -370,7 +370,6 @@ class BinaryReaderNop : public BinaryReaderDelegate { /* Linking section */ Result BeginLinkingSection(Offset size) override { return Result::Ok; } - Result OnStackGlobal(Index stack_global) override { return Result::Ok; } Result OnSymbolCount(Index count) override { return Result::Ok; } Result OnSymbol(Index sybmol_index, SymbolType type, @@ -397,7 +396,6 @@ class BinaryReaderNop : public BinaryReaderDelegate { Index global_index) override { return Result::Ok; } - Result OnDataSize(uint32_t data_size) override { return Result::Ok; } Result OnSegmentInfoCount(Index count) override { return Result::Ok; } Result OnSegmentInfo(Index index, string_view name, |