summaryrefslogtreecommitdiff
path: root/gdb/tramp-frame.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2023-01-20 12:35:01 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2023-01-20 12:35:01 -0500
commit5a5319833d7bcac780f4a21cf1e72a4c5c67f575 (patch)
treee26d99dd4fdd84cfcd5baec0a57bcaf7c2ce4685 /gdb/tramp-frame.h
parent75890dfaf1f8de54271d2e048810c4bfd3edfe95 (diff)
downloadbinutils-gdb-5a5319833d7bcac780f4a21cf1e72a4c5c67f575.tar.gz
gdb: remove struct trad_frame forward declaration
I found this forward declaration for a struct that doesn't exist, remove it. Change-Id: Ib9473435a949452160598035e5e0fe19fcdc4d20
Diffstat (limited to 'gdb/tramp-frame.h')
-rw-r--r--gdb/tramp-frame.h1
1 files changed, 0 insertions, 1 deletions
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;