summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2012-09-13 21:56:10 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-13 23:55:44 -0700
commit2bafee5c926a644e58099bb5dbb3eec7cd80518c (patch)
treefcb42410134ab6cf21e516d8352e7a81b94e227c /bin/isolated-functions.sh
parentc138e8e2654ad9350eec2a433991b882b4c6b058 (diff)
downloadportage-2bafee5c926a644e58099bb5dbb3eec7cd80518c.tar.gz
portage-2bafee5c926a644e58099bb5dbb3eec7cd80518c.tar.bz2
portage-2bafee5c926a644e58099bb5dbb3eec7cd80518c.zip
Drop diefunc protection.
The last usage of it was added 67e88b82726a93eda^, 01/20/08; 4.5 years later, the compatibility measure is no longer needed.
Diffstat (limited to 'bin/isolated-functions.sh')
-rw-r--r--bin/isolated-functions.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index d33c0b61e..37e5f2de0 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -245,12 +245,6 @@ die() {
exit 1
}
-# We need to implement diefunc() since environment.bz2 files contain
-# calls to it (due to alias expansion).
-diefunc() {
- die "${@}"
-}
-
quiet_mode() {
[[ ${PORTAGE_QUIET} -eq 1 ]]
}