diff options
author | Pedro Alves <palves@redhat.com> | 2013-08-30 15:26:04 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-08-30 15:26:04 +0000 |
commit | adfd8245d869ce54145ad48f5a1334a8f34d63cf (patch) | |
tree | 7b927fff92b8fd2f38c8d2fc093325cd7cdf17d5 /gdb/ChangeLog | |
parent | 96d9056e29036d7d841e71f60648018f115d808e (diff) | |
download | gdb-adfd8245d869ce54145ad48f5a1334a8f34d63cf.zip gdb-adfd8245d869ce54145ad48f5a1334a8f34d63cf.tar.gz gdb-adfd8245d869ce54145ad48f5a1334a8f34d63cf.tar.bz2 |
frame.h: Delete stale declaration.
This is declaring a function that no longer exists. It was deleted
back in 2003-01-13:
...
show_and_print_stack_frame, print_only_stack_frame_stub,
print_only_stack_frame): Delete functions.
gdb/
2013-08-30 Pedro Alves <palves@redhat.com>
* frame.h (show_and_print_stack_frame): Delete declaration.
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 a03e72c..a9a616f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-08-30 Pedro Alves <palves@redhat.com> + + * frame.h (show_and_print_stack_frame): Delete declaration. + 2013-08-30 Phil Muldoon <pmuldoon@redhat.com> PR python/15461 |