From 88094c264fbda757007be3299fb8a398d18c37ed Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Fri, 15 May 2020 16:46:08 +1000 Subject: [PATCH] qa/workunits/ceph-helpers-root: Remove unused function Signed-off-by: Brad Hubbard --- qa/workunits/ceph-helpers-root.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/qa/workunits/ceph-helpers-root.sh b/qa/workunits/ceph-helpers-root.sh index c8fa4a3fe41d8..e0ea4f07dfaab 100755 --- a/qa/workunits/ceph-helpers-root.sh +++ b/qa/workunits/ceph-helpers-root.sh @@ -50,15 +50,6 @@ function install_one() { esac } -function install_cmake3_on_xenial { - install_pkg_on_ubuntu \ - ceph-cmake \ - d278b9d28de0f6b88f56dfe1e8bf684a41577210 \ - xenial \ - force \ - cmake -} - function install_pkg_on_ubuntu { local project=$1 shift -- 2.39.5