public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] gdb: remove struct trad_frame forward declaration
@ 2023-01-20 17:35 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2023-01-20 17:35 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

I found this forward declaration for a struct that doesn't exist, remove
it.

Change-Id: Ib9473435a949452160598035e5e0fe19fcdc4d20
---
 gdb/tramp-frame.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h
index 122cbfa233ca..fa0241acb2d6 100644
--- a/gdb/tramp-frame.h
+++ b/gdb/tramp-frame.h
@@ -22,7 +22,6 @@
 
 #include "frame.h"		/* For "enum frame_type".  */
 
-struct trad_frame;
 class frame_info_ptr;
 struct trad_frame_cache;
 

base-commit: 75890dfaf1f8de54271d2e048810c4bfd3edfe95
-- 
2.39.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-20 17:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 17:35 [pushed] gdb: remove struct trad_frame forward declaration Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).