mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
sim: mips: delete unused constant variables
Since these never change, inline and delete them.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user