mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 19:18:23 +00:00
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:
4
configure
vendored
4
configure
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user