aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-11-08 12:56:14 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-11-08 13:13:44 +0000
commit43c4afc407dedbafcacacfd374a24ac5f7404fb5 (patch)
treeddee3888d6ea221da8f6289aaa372c2fa5c31a15 /contrib
parent50422b770a40f5fa964201d1e99fd6b5dc1653ca (diff)
guix: Drop no longer used `prepend_to_search_env_var()`
It was introduced in c1ae726a13ecfa5e7e9fdc3030a8110b8bb263f8, and it has no longer been used since 1dd8cbfbc6318308b5e75023568f818ef6a9c7e4.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/guix/libexec/build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh
index f39f83d443..057228642f 100755
--- a/contrib/guix/libexec/build.sh
+++ b/contrib/guix/libexec/build.sh
@@ -75,10 +75,6 @@ export CPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
export OBJC_INCLUDE_PATH="${NATIVE_GCC}/include"
export OBJCPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
-prepend_to_search_env_var() {
- export "${1}=${2}${!1:+:}${!1}"
-}
-
# Set environment variables to point the CROSS toolchain to the right
# includes/libs for $HOST
case "$HOST" in