gdb: add .flake8 file
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index 03b5910213996070ce89b8ba193e79d09a3044fc..1ccdd3978eadc9df80e632a29bd1c6fc05860725 100644 (file)
@@ -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.  */
 
This page took 0.023095 seconds and 4 git commands to generate.