diff options
author | Tom Tromey <tom@tromey.com> | 2018-05-20 12:07:44 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-07-16 08:55:20 -0600 |
commit | 43130d6f969cebcd407e210fd06e565647401ba9 (patch) | |
tree | a2787d447bda47be88552be2e884038ba0f3674a /gdb/buildsym.h | |
parent | 77d6f1aa16685bc715c95decf6e3d3ae2e70dbc1 (diff) | |
download | binutils-43130d6f969cebcd407e210fd06e565647401ba9.zip binutils-43130d6f969cebcd407e210fd06e565647401ba9.tar.gz binutils-43130d6f969cebcd407e210fd06e565647401ba9.tar.bz2 |
Remove merge_symbol_lists
I discovered that merge_symbol_lists is unused, so this removes it.
gdb/ChangeLog
2018-07-16 Tom Tromey <tom@tromey.com>
* buildsym.h (merge_symbol_lists): Remove.
* buildsym.c (merge_symbol_lists): Remove.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index f707779..d094345 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -236,9 +236,6 @@ extern void record_debugformat (const char *format); extern void record_producer (const char *producer); -extern void merge_symbol_lists (struct pending **srclist, - struct pending **targetlist); - /* Set the name of the last source file. NAME is copied by this function. */ |