From 547eedc132de227210d1ba7fc68703170c274f61 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 22 Dec 2022 21:36:24 -0500 Subject: sim: cr16/d10v/mcore/moxie: clean up unused word & uword types Nothing actually uses these, so punt them. Some of the ports are using local "word" types, but we'll clean those up in a follow up. --- sim/cr16/sim-main.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sim/cr16') diff --git a/sim/cr16/sim-main.h b/sim/cr16/sim-main.h index 667db19..188c32c 100644 --- a/sim/cr16/sim-main.h +++ b/sim/cr16/sim-main.h @@ -20,10 +20,6 @@ #define SIM_MAIN_H #include "sim-basics.h" - -typedef long int word; -typedef unsigned long int uword; - #include "sim-base.h" #include "bfd.h" -- cgit v1.1