From 2e8e54fc54c196f49f4b975dc88997b79bae92e9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 31 Jan 2025 11:28:48 -0700 Subject: Move producer_is_realview to producer.c This moves the producer_is_realview to producer.c. --- gdb/symtab.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/symtab.h') diff --git a/gdb/symtab.h b/gdb/symtab.h index cd9220c..7927380 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -2750,10 +2750,6 @@ extern struct block_symbol const char *name, const domain_search_flags domain); -/* Return 1 if the supplied producer string matches the ARM RealView - compiler (armcc). */ -bool producer_is_realview (const char *producer); - extern unsigned int symtab_create_debug; /* Print a "symtab-create" debug statement. */ -- cgit v1.1