From: Mike Frysinger Date: Fri, 23 Dec 2022 04:38:32 +0000 (-0500) Subject: sim: mn10300: drop unused sim-main.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=681a422b855e4b20086554b170dae051361f00c7;p=binutils-gdb.git sim: mn10300: drop unused sim-main.c Nothing compiles or references this, so punt it. --- diff --git a/sim/mn10300/sim-main.c b/sim/mn10300/sim-main.c deleted file mode 100644 index a04099d341b..00000000000 --- a/sim/mn10300/sim-main.c +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef SIM_MAIN_C -#define SIM_MAIN_C -#include "op_utils.c" -#endif