diff options
Diffstat (limited to 'gdb/addrmap.c')
-rw-r--r-- | gdb/addrmap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/addrmap.c b/gdb/addrmap.c index 8e6c477d691..93454e6ac1d 100644 --- a/gdb/addrmap.c +++ b/gdb/addrmap.c @@ -588,13 +588,8 @@ addrmap_create_mutable (struct obstack *obstack) return (struct addrmap *) map; } - - /* Initialization. */ -/* Provide a prototype to silence -Wmissing-prototypes. */ -extern initialize_file_ftype _initialize_addrmap; - void _initialize_addrmap (void) { |