public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: ppc: drop unused types from sim-main.h
@ 2022-12-23  5:57 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2022-12-23  5:57 UTC (permalink / raw)
  To: gdb-patches

The common sim headers should define these for us already, so there's
no need for the ppc header to set them up.
---
 sim/ppc/sim-main.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sim/ppc/sim-main.h b/sim/ppc/sim-main.h
index 3a9c2e71f9a6..310c6b083308 100644
--- a/sim/ppc/sim-main.h
+++ b/sim/ppc/sim-main.h
@@ -1,9 +1,2 @@
 #include "sim-basics.h"
-
-typedef uint32_t sim_cia;
-
 #include "sim-base.h"
-
-struct sim_state {
-  sim_state_base base;
-};
-- 
2.39.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-23  5:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23  5:57 [PATCH] sim: ppc: drop unused types from sim-main.h Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).