Replaced by eqatag.
---
 bin/isolated-functions.sh | 23 -----------------------
 bin/save-ebuild-env.sh    |  2 +-
 2 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index f03503b..42bf05d 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -256,29 +256,6 @@ __elog_base() {
        return 0
 }
 
-__eqalog() {
-       local tag=$1 x
-       shift
-       for x in "$@" ; do
-               echo "${tag}" "${x}"| (
-                       escape=""
-                       while read -r ; do
-                               echo -n "${escape}${REPLY}"
-                               escape="\\n"
-                       done
-                       echo
-               ) >> "${T}"/qa.log
-       done
-}
-
-__eqawarnlog() {
-       __eqalog "$@"
-       shift
-       for x in "$@" ; do
-               eqawarn "  ${x}"
-       done
-}
-
 eqawarn() {
        __elog_base QA "$*"
        [[ ${RC_ENDCOL} != "yes" && ${LAST_E_CMD} == "ebegin" ]] && echo
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index eb83dca..13c9fc0 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -76,7 +76,7 @@ __save_ebuild_env() {
                __ebuild_arg_to_phase __ebuild_phase_funcs default \
                __unpack_tar __unset_colors \
                __source_env_files __try_source \
-               __eqalog __eqawarnlog __eqatag \
+               __eqatag \
                ${QA_INTERCEPTORS}
 
        ___eapi_has_usex && unset -f usex
-- 
2.1.3


Reply via email to