Delete an unused variable from the mgnuc script.

scripts/mgnuc.in:
    As above.
This commit is contained in:
Julien Fischer
2020-01-19 21:24:28 +11:00
parent c5a540f48d
commit ea2591f168

View File

@@ -484,7 +484,7 @@ case $use_regions in
;;
esac
GCC_OPTS="$NEST_OPTS $ASM_OPTS $GOTO_OPTS $REG_OPTS"
GCC_OPTS="$ASM_OPTS $GOTO_OPTS $REG_OPTS"
# check that special grades are only used with gcc
case $COMPILER in