]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
configure: remove dead function
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 08:17:25 +0000 (10:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jan 2023 23:50:32 +0000 (00:50 +0100)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure

index d808e57b7683bcf10b137131ffcc05d8448236f2..9aba61a2cbe0d9678a0629cc5f0c88108f718b5f 100755 (executable)
--- a/configure
+++ b/configure
@@ -211,10 +211,6 @@ version_ge () {
     done
 }
 
-glob() {
-    eval test -z '"${1#'"$2"'}"'
-}
-
 if printf %s\\n "$source_path" "$PWD" | grep -q "[[:space:]:]";
 then
   error_exit "main directory cannot contain spaces nor colons"