tools: clh: Remove unused variables

Right now we're getting the info for the Cloud Hypervisor repo and
version, but we don't do anything with them, as those are not passed
down to the build script.

Morever, the build script itself gets the info from exactly the same
place when those are not passed, making those redundant.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2022-02-16 14:52:25 +01:00
parent 5816c132ec
commit a6b4015130

View File

@ -125,11 +125,6 @@ install_firecracker() {
# Install static cloud-hypervisor asset
install_clh() {
local cloud_hypervisor_repo
local cloud_hypervisor_version
cloud_hypervisor_repo="$(yq r $versions_yaml assets.hypervisor.cloud_hypervisor.url)"
cloud_hypervisor_version="$(yq r $versions_yaml assets.hypervisor.cloud_hypervisor.version)"
export extra_build_args="--features tdx"
info "build static cloud-hypervisor"