diff options
Diffstat (limited to 'gdb/dwarf2/read.h')
-rw-r--r-- | gdb/dwarf2/read.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/dwarf2/read.h b/gdb/dwarf2/read.h index 56705c5..0938dac 100644 --- a/gdb/dwarf2/read.h +++ b/gdb/dwarf2/read.h @@ -893,9 +893,6 @@ extern void dwarf2_get_section_info (struct objfile *, asection **, const gdb_byte **, bfd_size_type *); -/* Return true if the producer of the inferior is clang. */ -extern bool producer_is_clang (struct dwarf2_cu *cu); - /* Interface for DWARF indexing methods. */ struct dwarf2_base_index_functions : public quick_symbol_functions |