sim: mips: delete unused constant variables

Since these never change, inline and delete them.
This commit is contained in:
Mike Frysinger
2021-05-04 08:38:29 -04:00
parent 91eea12156
commit d97ba9c60c
4 changed files with 10 additions and 29 deletions

View File

@@ -437,17 +437,7 @@ esac
SIM_AC_OPTION_HARDWARE($hw_extra_devices)
# Choose simulator engine
case "${target}" in
*) mips_igen_engine="engine.o"
;;
esac
AC_SUBST(mips_igen_engine)
AC_PATH_X
mips_extra_libs=""
AC_SUBST(mips_extra_libs)
AC_CHECK_LIB(m, fabs)
AC_CHECK_FUNCS(aint anint sqrt)