Message ID | 20250303154700.23499-1-simon.marchi@efficios.com |
---|---|
State | New |
Headers | |
Series | [pushed,1/2] gdb: remove unused include from frame.c | |
Checks
Context | Check | Description |
---|---|---|
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 | fail | Patch failed to apply |
linaro-tcwg-bot/tcwg_gdb_build--master-arm | fail | Patch failed to apply |
Commit Message
diff --git a/gdb/frame.c b/gdb/frame.c index a5246780962d..2fb06a004f01 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"