From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST 5/6] TestSupport: Remove now unused target_guest_lv_name. Date: Tue, 29 Sep 2015 10:44:57 +0100 Message-ID: <1443519898-24444-5-git-send-email-ian.campbell@citrix.com> References: <1443519883.16718.23.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1443519883.16718.23.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Campbell --- Osstest/TestSupport.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 2b67e32..c55b847 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -62,7 +62,7 @@ BEGIN { target_install_packages target_install_packages_norec target_jobdir target_extract_jobdistpath_subdir target_extract_jobdistpath - lv_dev_mapper target_guest_lv_name + lv_dev_mapper poll_loop tcpconnect await_tcp contents_make_cpio file_simple_write_contents @@ -710,11 +710,6 @@ sub lv_dev_mapper ($$) { return "/dev/mapper/$vg-$lv"; } -sub target_guest_lv_name($$) { - my ($ho, $lv) = @_; - return lv_dev_mapper("$ho->{Name}", $lv); -} - #---------- dhcp watching ---------- sub dhcp_watch_setup ($$) { -- 2.5.3