Fix compile time warnings generated when compiling with clang.
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index 4689b21463302a3c452846c2835686bec66e8d11..12d7a03d63119f4ae1344b67d81f8eb94a3f888d 100644 (file)
@@ -2156,18 +2156,6 @@ got_page_reloc_p (unsigned int r_type)
   return r_type == R_MIPS_GOT_PAGE || r_type == R_MICROMIPS_GOT_PAGE;
 }
 
-static inline bfd_boolean
-got_ofst_reloc_p (unsigned int r_type)
-{
-  return r_type == R_MIPS_GOT_OFST || r_type == R_MICROMIPS_GOT_OFST;
-}
-
-static inline bfd_boolean
-got_hi16_reloc_p (unsigned int r_type)
-{
-  return r_type == R_MIPS_GOT_HI16 || r_type == R_MICROMIPS_GOT_HI16;
-}
-
 static inline bfd_boolean
 got_lo16_reloc_p (unsigned int r_type)
 {
This page took 0.035866 seconds and 4 git commands to generate.