Skip to content

Commit

Permalink
configure: remove dead function
Browse files Browse the repository at this point in the history
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
bonzini committed Jan 5, 2023
1 parent c5634e8 commit 91cd485
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 91cd485

Please sign in to comment.