diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-03-03 10:45:43 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-03-03 10:45:43 -0500 |
commit | 9b91913221205df54d03d3acc204113f406d30af (patch) | |
tree | 6a286368de5d3d31b8ceabcb308785319c5078db /gdb/frame.c | |
parent | 56a0188548edc605e7e87906822a186c8ce822e1 (diff) | |
download | binutils-9b91913221205df54d03d3acc204113f406d30af.zip binutils-9b91913221205df54d03d3acc204113f406d30af.tar.gz binutils-9b91913221205df54d03d3acc204113f406d30af.tar.bz2 |
gdb: remove unused include from frame.c
clangd reports it as unused.
Change-Id: I636e57747d3c42ce6615a14d4cf5dc115628a73d
Diffstat (limited to 'gdb/frame.c')
-rw-r--r-- | gdb/frame.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/frame.c b/gdb/frame.c index a524678..2fb06a0 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -25,7 +25,6 @@ #include "inferior.h" #include "regcache.h" #include "user-regs.h" -#include "gdbsupport/gdb_obstack.h" #include "dummy-frame.h" #include "sentinel-frame.h" #include "gdbcore.h" |