This code was previously unreachable. It ought to be executed when
all the shares are allocatable or prep: in that case, we can unshare
and re-share the host.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
# now-dead task. If so that share will become allocatable
# (and therefore not be counted in `ntasks') in due course.
return undef;
-
- # someone was preparing it but they aren't any more
- push @allocwarnings,
- "previous preparation apparently abandoned";
- $allocatable= 1;
- }
+ }
+ # someone was preparing it but they aren't any more
+ push @allocwarnings,
+ "previous preparation apparently abandoned";
+ $allocatable= 1;
}
}