Skip to content

Commit 3e1be94

Browse files
committed
builder - remove old unused code
1 parent c44eb50 commit 3e1be94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scriptmodules/admin/builder.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ function chroot_build_builder() {
102102
local archive_dir="tmp/archives/$(_get_info_image "$dist" "name")"
103103

104104
local distcc_hosts="$__builder_distcc_hosts"
105-
if [[ -d "$rootdir/admin/crosscomp/$dist" ]]; then
106-
rp_callModule crosscomp switch_distcc "$dist"
107-
[[ -z "$distcc_hosts" ]] && distcc_hosts="$ip"
108-
fi
109105

110106
local use_ccache="$__builder_use_ccache"
111107

0 commit comments

Comments
 (0)