[pushed] gdb: remove struct trad_frame forward declaration

Message ID 20230120173555.3837776-1-simon.marchi@polymtl.ca
State Committed
Headers
Series [pushed] gdb: remove struct trad_frame forward declaration |

Commit Message

Simon Marchi Jan. 20, 2023, 5:35 p.m. UTC
  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(-)


base-commit: 75890dfaf1f8de54271d2e048810c4bfd3edfe95
  

Patch

diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h
index 122cbfa233ca..fa0241acb2d6 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;