public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] 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-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5a5319833d7bcac780f4a21cf1e72a4c5c67f575

commit 5a5319833d7bcac780f4a21cf1e72a4c5c67f575
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Fri Jan 20 12:35:01 2023 -0500

    gdb: remove struct trad_frame forward declaration
    
    I found this forward declaration for a struct that doesn't exist, remove
    it.
    
    Change-Id: Ib9473435a949452160598035e5e0fe19fcdc4d20

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

diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h
index 122cbfa233c..fa0241acb2d 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;

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

only message in thread, other threads:[~2023-01-20 17:35 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 [binutils-gdb] 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).