From a63b8b4afc687d49ad25cbb77e16f835b9820522 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 18 Jun 2015 12:16:01 +0200 Subject: dead code Change-Id: I0f8de2b856be65e070f9d9b121515aa15ae3ea09 --- solenv/bin/modules/installer/download.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm index 37a9123fdf35..6b5caab89a0a 100644 --- a/solenv/bin/modules/installer/download.pm +++ b/solenv/bin/modules/installer/download.pm @@ -305,8 +305,6 @@ sub get_downloadname_productname elsif ( $allvariables->{'PRODUCTNAME'} eq "LibreOfficeDev" ) { $start = "LibreOfficeDev"; } - elsif ( $allvariables->{'PRODUCTNAME'} eq "OxygenOffice" ) { $start = "OOOP"; } - elsif ( $allvariables->{'PRODUCTNAME'} eq "" ) { $start = "LibreOffice"; } else { $start = $allvariables->{'PRODUCTNAME'}; } -- cgit