From: Brad Hubbard Date: Fri, 15 May 2020 06:46:08 +0000 (+1000) Subject: qa/workunits/ceph-helpers-root: Remove unused function X-Git-Tag: v14.2.11~36^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1efca7b95b47cf4edd5a2053a2135054b2d3f511;p=ceph.git qa/workunits/ceph-helpers-root: Remove unused function Signed-off-by: Brad Hubbard (cherry picked from commit 88094c264fbda757007be3299fb8a398d18c37ed) (cherry picked from commit c84584c5fc55e674bbe8bea18a1cf25912304cad) Conflicts: qa/workunits/ceph-helpers-root.sh - leave "install_cmake3_on_centos7" as it is (f05696ebebe7d004068b2e10ffcc77cf6509fa4e is not being backported to nautilus) --- diff --git a/qa/workunits/ceph-helpers-root.sh b/qa/workunits/ceph-helpers-root.sh index 65c2fc3b9e7..dc81b2b3aff 100755 --- a/qa/workunits/ceph-helpers-root.sh +++ b/qa/workunits/ceph-helpers-root.sh @@ -59,15 +59,6 @@ function install_cmake3_on_centos7 { sudo yum install -y cmake3 } -function install_cmake3_on_xenial { - install_pkg_on_ubuntu \ - ceph-cmake \ - d278b9d28de0f6b88f56dfe1e8bf684a41577210 \ - xenial \ - force \ - cmake -} - function install_pkg_on_ubuntu { local project=$1 shift