From 10861ec94fee4d3f17fa2435dd132d64f85b91a3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 23 Dec 2022 00:27:08 -0500 Subject: [PATCH] sim: ppc: drop unused types from sim-main.h 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 3a9c2e71f9a..310c6b08330 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.30.2