mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #111132 from thockin/remove-unused-platform-envs-func
Remove unused `unset_platform_envs` func
This commit is contained in:
		@@ -455,14 +455,6 @@ kube::golang::set_platform_envs() {
 | 
			
		||||
  fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
kube::golang::unset_platform_envs() {
 | 
			
		||||
  unset GOOS
 | 
			
		||||
  unset GOARCH
 | 
			
		||||
  unset GOROOT
 | 
			
		||||
  unset CGO_ENABLED
 | 
			
		||||
  unset CC
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# Create the GOPATH tree under $KUBE_OUTPUT
 | 
			
		||||
kube::golang::create_gopath_tree() {
 | 
			
		||||
  local go_pkg_dir="${KUBE_GOPATH}/src/${KUBE_GO_PACKAGE}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user