diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-29 19:35:02 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-01-13 14:25:49 -0700 |
commit | c2cec97c243a014ce2535fc7ccef771f13d5e39a (patch) | |
tree | 7fabac5868b2e5c404c10308768dccb8fd0c1587 | |
parent | 78e5999d375b8ceae5b114b7cfed4b2c20779921 (diff) | |
download | binutils-c2cec97c243a014ce2535fc7ccef771f13d5e39a.zip binutils-c2cec97c243a014ce2535fc7ccef771f13d5e39a.tar.gz binutils-c2cec97c243a014ce2535fc7ccef771f13d5e39a.tar.bz2 |
remove obsolete declaration
deprecated_core_resize_section_table is declared but never defined.
This patch removes the stale declaration.
2014-01-13 Tom Tromey <tromey@redhat.com>
* gdbcore.h (deprecated_core_resize_section_table): Remove.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbcore.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7e347ef..ee33eea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2014-01-13 Tom Tromey <tromey@redhat.com> + * gdbcore.h (deprecated_core_resize_section_table): Remove. + +2014-01-13 Tom Tromey <tromey@redhat.com> + * defs.h (use_windows): Remove. * gdb.c (main): Update. * main.c (captured_main, gdb_main): Update. diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index acf785c..5a3ed45 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -229,6 +229,4 @@ extern void deprecated_add_core_fns (struct core_fns *cf); extern int default_core_sniffer (struct core_fns *cf, bfd * abfd); extern int default_check_format (bfd * abfd); -struct target_section *deprecated_core_resize_section_table (int num_added); - #endif /* !defined (GDBCORE_H) */ |