diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-19 09:45:39 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-19 09:45:39 +0000 |
commit | 65c0609283d2b4eb4da829c7107da9e6d8d68654 (patch) | |
tree | dcb44d3c730b0c70f30952e0c81b71a88711b179 /gdb/ChangeLog | |
parent | d5cd603472bb4b3c14782728aa55bbafdfe783e8 (diff) | |
download | gdb-65c0609283d2b4eb4da829c7107da9e6d8d68654.zip gdb-65c0609283d2b4eb4da829c7107da9e6d8d68654.tar.gz gdb-65c0609283d2b4eb4da829c7107da9e6d8d68654.tar.bz2 |
Comment out unused function.
The function is being commented out instead of deleted because this function
is used by some code which is itself commented out. It is unclear which
the latter was commented out.
* stack.c (print_block_frame_labels): Comment function out.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7aefb06..e4ad91c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2010-01-19 Joel Brobecker <brobecker@adacore.com> + * stack.c (print_block_frame_labels): Comment function out. + +2010-01-19 Joel Brobecker <brobecker@adacore.com> + Delete unused or undefined functions. * breakpoint.c (ep_parse_optional_filename): Delete. * dcache.c (dcache_write_line): Remove declaration. |