From: Simon Marchi Date: Fri, 20 Jan 2023 17:35:01 +0000 (-0500) Subject: gdb: remove struct trad_frame forward declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a5319833d7bcac780f4a21cf1e72a4c5c67f575;p=binutils-gdb.git 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 --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;