fix warning: label 'out1' defined but not used

Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Cristian Ionescu-Idbohrn 2020-11-18 10:41:14 +01:00 committed by Denys Vlasenko
parent c20e42e320
commit ddfdf68ca1

View File

@ -7277,7 +7277,9 @@ subevalvar(char *start, char *str, int strloc,
out:
amount = loc - expdest;
STADJUST(amount, expdest);
#if BASH_PATTERN_SUBST
out1:
#endif
/* Remove any recorded regions beyond start of variable */
removerecordregions(startloc);