From c84584c5fc55e674bbe8bea18a1cf25912304cad 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 (cherry picked from commit 88094c264fbda757007be3299fb8a398d18c37ed) --- 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 934380e5c475..a81f11d47cbc 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.47.3