aboutsummaryrefslogtreecommitdiff
path: root/gdb/f-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r--gdb/f-lang.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h
index 03b5910..1ccdd39 100644
--- a/gdb/f-lang.h
+++ b/gdb/f-lang.h
@@ -218,11 +218,6 @@ public:
enum array_ordering array_ordering () const override
{ return array_column_major; }
- /* See language.h. */
-
- const struct op_print *opcode_print_table () const override
- { return op_print_tab; }
-
protected:
/* See language.h. */
@@ -231,10 +226,6 @@ protected:
(const lookup_name_info &lookup_name) const override;
private:
- /* Table of opcode data for use by OPCODE_PRINT_TABLE member function. */
-
- static const struct op_print op_print_tab[];
-
/* Return the encoding that should be used for the character type
TYPE. */