From: Mike Frysinger Date: Fri, 23 Dec 2022 05:27:08 +0000 (-0500) Subject: sim: ppc: drop unused types from sim-main.h X-Git-Tag: binutils-2_40~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10861ec94fee4d3f17fa2435dd132d64f85b91a3;p=thirdparty%2Fbinutils-gdb.git 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. --- 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; -};