diff options
Diffstat (limited to 'gdb/rust-lang.h')
-rw-r--r-- | gdb/rust-lang.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/rust-lang.h b/gdb/rust-lang.h index fb27f60..ec97cac 100644 --- a/gdb/rust-lang.h +++ b/gdb/rust-lang.h @@ -211,21 +211,11 @@ public: /* See language.h. */ - const struct exp_descriptor *expression_ops () const override - { return &exp_descriptor_tab; } - - /* See language.h. */ - const struct op_print *opcode_print_table () const override { return c_op_print_tab; } private: - /* Table of expression handling functions for use by EXPRESSION_OPS - member function. */ - - static const struct exp_descriptor exp_descriptor_tab; - /* Helper for value_print_inner, arguments are as for that function. Prints structs and untagged unions. */ |