projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75890df
)
gdb: remove struct trad_frame forward declaration
author
Simon Marchi
<simon.marchi@polymtl.ca>
Fri, 20 Jan 2023 17:35:01 +0000
(12:35 -0500)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/gdb/tramp-frame.h
b/gdb/tramp-frame.h
index 122cbfa233ca323510521ab1cdd7f1a73bbd59f4..fa0241acb2d68c1d56c4db87ab9b8159028dfe41 100644
(file)
--- 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;