Skip to content

Commit 43c4afc

Browse files
committed
guix: Drop no longer used prepend_to_search_env_var()
It was introduced in c1ae726, and it has no longer been used since 1dd8cbf.
1 parent 50422b7 commit 43c4afc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/guix/libexec/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ export CPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
7575
export OBJC_INCLUDE_PATH="${NATIVE_GCC}/include"
7676
export OBJCPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
7777

78-
prepend_to_search_env_var() {
79-
export "${1}=${2}${!1:+:}${!1}"
80-
}
81-
8278
# Set environment variables to point the CROSS toolchain to the right
8379
# includes/libs for $HOST
8480
case "$HOST" in

0 commit comments

Comments
 (0)