public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Simon Marchi <simark@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] gdb: remove struct trad_frame forward declaration
Date: Fri, 20 Jan 2023 17:35:48 +0000 (GMT)	[thread overview]
Message-ID: <20230120173548.934533858D20@sourceware.org> (raw)

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;

                 reply	other threads:[~2023-01-20 17:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230120173548.934533858D20@sourceware.org \
    --to=simark@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).