[pushed,1/2] gdb: remove unused include from frame.c

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

Simon Marchi March 3, 2025, 3:46 p.m. UTC
  clangd reports it as unused.

Change-Id: I636e57747d3c42ce6615a14d4cf5dc115628a73d
---
 gdb/frame.c | 1 -
 1 file changed, 1 deletion(-)


base-commit: 56a0188548edc605e7e87906822a186c8ce822e1
  

Patch

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"