gdb: remove struct trad_frame forward declaration
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 20 Jan 2023 17:35:01 +0000 (12:35 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 20 Jan 2023 17:35:01 +0000 (12:35 -0500)
I found this forward declaration for a struct that doesn't exist, remove
it.

Change-Id: Ib9473435a949452160598035e5e0fe19fcdc4d20

gdb/tramp-frame.h

index 122cbfa233ca323510521ab1cdd7f1a73bbd59f4..fa0241acb2d68c1d56c4db87ab9b8159028dfe41 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "frame.h"             /* For "enum frame_type".  */
 
-struct trad_frame;
 class frame_info_ptr;
 struct trad_frame_cache;