mirror of https://github.com/xemu-project/xemu.git
configure: remove dead function
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c5634e8224
commit
91cd485a6d
|
@ -211,10 +211,6 @@ version_ge () {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
glob() {
|
|
||||||
eval test -z '"${1#'"$2"'}"'
|
|
||||||
}
|
|
||||||
|
|
||||||
if printf %s\\n "$source_path" "$PWD" | grep -q "[[:space:]:]";
|
if printf %s\\n "$source_path" "$PWD" | grep -q "[[:space:]:]";
|
||||||
then
|
then
|
||||||
error_exit "main directory cannot contain spaces nor colons"
|
error_exit "main directory cannot contain spaces nor colons"
|
||||||
|
|
Loading…
Reference in New Issue