Commit 14bba662 authored by Diego Biurrun's avatar Diego Biurrun

configure: Remove unused apply() helper function

parent 61a17423
......@@ -1196,12 +1196,6 @@ check_host_cpp_condition(){
EOF
}
apply(){
file=$1
shift
"$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" || rm "$file.tmp"
}
cp_if_changed(){
cmp -s "$1" "$2" && { test "$quiet" != "yes" && echo "$2 is unchanged"; } && return
mkdir -p "$(dirname $2)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment