* mn10300-tdep.c (is_my_frame_in_sp, is_my_frame_in_fp)
(is_my_frame_last): Delete these unused functions.
This commit is contained in:
parent
3e6b168916
commit
2247615a0e
@ -1,3 +1,8 @@
|
||||
2005-09-02 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* mn10300-tdep.c (is_my_frame_in_sp, is_my_frame_in_fp)
|
||||
(is_my_frame_last): Delete these unused functions.
|
||||
|
||||
2005-09-02 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* mn10300-tdep.c (mn10300_frame_prev_register): Change type of
|
||||
|
@ -314,24 +314,6 @@ my_frame_is_last (struct frame_info *fi)
|
||||
{
|
||||
}
|
||||
|
||||
static int
|
||||
is_my_frame_in_sp (struct frame_info *fi)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
is_my_frame_in_fp (struct frame_info *fi)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
is_my_frame_last (struct frame_info *fi)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
set_my_stack_size (struct frame_info *fi, CORE_ADDR size)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user