diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-05-06 19:14:09 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-05-06 19:14:09 +0000 |
commit | 167e43849e8c76e720617fbb17897861ee1f2be0 (patch) | |
tree | a04622102fbb7de744045b5b2598a37cbf73411c /gdb/infcall.c | |
parent | 8f78b329f08167847d9b94940b3bcae6ee292242 (diff) | |
download | gdb-167e43849e8c76e720617fbb17897861ee1f2be0.zip gdb-167e43849e8c76e720617fbb17897861ee1f2be0.tar.gz gdb-167e43849e8c76e720617fbb17897861ee1f2be0.tar.bz2 |
2010-05-06 Michael Snyder <msnyder@vmware.com>
* linespec.c (decode_compound): Delete unused variable.
* dictionary.c (iterator_next_hashed): Delete unused variable.
* infcall.c (call_function_by_hand): Delete unused variable.
* infcmd.c (step_1): Delete unused variable.
(registers_info): Delete unused variable.
(attach_command): Delete unused variable.
* infrun.c (follow_exec): Delete unused variable.
(handle_step_into_function_backwards): Delete unused variable.
(_initialize_infrun): Delete unused variable.
* stack.c (parse_frame_specification_1): Delete unused variable.
(frame_info): Delete unused variable.
(backtrace_command_1): Delete unused variable.
(catch_info): Delete unused variable.
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index b603cf6..979d3ee 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -450,7 +450,6 @@ call_function_by_hand (struct value *function, int nargs, struct value **args) struct cleanup *terminate_bp_cleanup; ptid_t call_thread_ptid; struct gdb_exception e; - const char *name; char name_buf[RAW_FUNCTION_ADDRESS_SIZE]; if (TYPE_CODE (ftype) == TYPE_CODE_PTR) |