diff options
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index b93451d..95dca01 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -154,17 +154,8 @@ 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[]; - /* Print the character C on STREAM as part of the contents of a literal string. IN_QUOTES is reset to 0 if a char is written with #4 notation. */ |