gdb: remove struct trad_frame forward declaration

I found this forward declaration for a struct that doesn't exist, remove
it.

Change-Id: Ib9473435a949452160598035e5e0fe19fcdc4d20
This commit is contained in:
Simon Marchi 2023-01-20 12:35:01 -05:00
parent 75890dfaf1
commit 5a5319833d

View File

@ -22,7 +22,6 @@
#include "frame.h" /* For "enum frame_type". */
struct trad_frame;
class frame_info_ptr;
struct trad_frame_cache;