From 5a5319833d7bcac780f4a21cf1e72a4c5c67f575 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 20 Jan 2023 12:35:01 -0500 Subject: [PATCH] gdb: remove struct trad_frame forward declaration 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 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; -- 2.30.2