diff options
Diffstat (limited to 'gdb/libunwind-frame.c')
-rw-r--r-- | gdb/libunwind-frame.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/libunwind-frame.c b/gdb/libunwind-frame.c index c70c551..223c3c0 100644 --- a/gdb/libunwind-frame.c +++ b/gdb/libunwind-frame.c @@ -214,7 +214,6 @@ static const struct frame_unwind libunwind_frame_unwind = libunwind_frame_prev_register, NULL, NULL, - NULL, libunwind_frame_dealloc_cache }; |