diff options
Diffstat (limited to 'gdb/m2-lang.h')
-rw-r--r-- | gdb/m2-lang.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h index 2094142..89b9d18 100644 --- a/gdb/m2-lang.h +++ b/gdb/m2-lang.h @@ -147,15 +147,6 @@ public: bool range_checking_on_by_default () const override { return true; } - - /* See language.h. */ - - const struct op_print *opcode_print_table () const override - { return op_print_tab; } - -private: - /* Table of opcode data for use by OPCODE_PRINT_TABLE member function. */ - static const struct op_print op_print_tab[]; }; #endif /* M2_LANG_H */ |