diff options
Diffstat (limited to 'gdb/go-lang.h')
-rw-r--r-- | gdb/go-lang.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/go-lang.h b/gdb/go-lang.h index 5d45c14..3495d98 100644 --- a/gdb/go-lang.h +++ b/gdb/go-lang.h @@ -134,18 +134,6 @@ public: bool store_sym_names_in_linkage_form_p () 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 /* !defined (GO_LANG_H) */ |