mips_pdr_data is unused, so this patch removes it.
gdb/ChangeLog
2019-05-08  Tom Tromey  <tom@tromey.com>
	* mips-tdep.c (mips_pdr_data): Remove.
	(_initialize_mips_tdep): Update.
+2019-05-08  Tom Tromey  <tom@tromey.com>
+
+       * mips-tdep.c (mips_pdr_data): Remove.
+       (_initialize_mips_tdep): Update.
+
 2019-05-08  Tom Tromey  <tom@tromey.com>
 
        * hppa-tdep.c (hppa_objfile_priv_data): Change type.
 
 #include "target-float.h"
 #include <algorithm>
 
-static const struct objfile_data *mips_pdr_data;
-
 static struct type *mips_register_type (struct gdbarch *gdbarch, int regnum);
 
 static int mips32_instruction_has_delay_slot (struct gdbarch *gdbarch,
 
   gdbarch_register (bfd_arch_mips, mips_gdbarch_init, mips_dump_tdep);
 
-  mips_pdr_data = register_objfile_data ();
-
   /* Create feature sets with the appropriate properties.  The values
      are not important.  */
   mips_tdesc_gp32 = allocate_target_description ();