Eliminate prepare_to_throw_exception
No longer necessary. gdb/ChangeLog: 2016-04-12 Pedro Alves <palves@redhat.com> * common/common-exceptions.c (exception_rethrow): Remove prepare_to_throw_exception call. * common/common-exceptions.h (prepare_to_throw_exception): Delete declaration. * exceptions.c (prepare_to_throw_exception): Delete. gdb/gdbserver/ChangeLog: 2016-04-12 Pedro Alves <palves@redhat.com> * utils.c (prepare_to_throw_exception): Delete.
This commit is contained in:
parent
cfd0fbddb0
commit
2afc13ff80
6 changed files with 12 additions and 22 deletions
|
@ -137,11 +137,3 @@ pfildes (gdb_fildes_t fd)
|
|||
return plongest (fd);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* See common/common-exceptions.h. */
|
||||
|
||||
void
|
||||
prepare_to_throw_exception (void)
|
||||
{
|
||||
/* No client-specific actions required. */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue