diff options
Diffstat (limited to 'gdb/go-lang.h')
-rw-r--r-- | gdb/go-lang.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/go-lang.h b/gdb/go-lang.h index 71f9180..5d45c14 100644 --- a/gdb/go-lang.h +++ b/gdb/go-lang.h @@ -137,10 +137,6 @@ public: /* See language.h. */ - const struct exp_descriptor *expression_ops () const override; - - /* See language.h. */ - const struct op_print *opcode_print_table () const override { return op_print_tab; } |