]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/ceph-helpers-root: Remove unused function 35082/head
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 15 May 2020 06:46:08 +0000 (16:46 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 15 May 2020 06:50:25 +0000 (16:50 +1000)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
qa/workunits/ceph-helpers-root.sh

index c8fa4a3fe41d83bb85ef12b7685fa333d44d338a..e0ea4f07dfaab20ebd072cf1bcc75cb2a49a40c6 100755 (executable)
@@ -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