summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-01-27 22:36:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-01-30 11:45:06 +0000
commit9565480cc6b58e22db762a8cad69e210e38d0a7c (patch)
tree92070e5484e2322a10f21dca1a7ddfc22e4b86d2 /solenv
parent28bfba7405b35741a73066386ddb6fc017b32233 (diff)
tdf#87803 bin useless $buildidstring
Change-Id: Ie5f3651ec8386cdb59ebbd63c12670fd8668499a (cherry picked from commit 94716a4d071418ac4cef42ce85da1c42a0df6347) Reviewed-on: https://gerrit.libreoffice.org/14220 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/property.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index 0742ebd3c23b..d09d315fa81a 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -53,13 +53,6 @@ sub get_arpcomments_for_property_table
$comment = $comment . " ($languagestring)";
- my $localminor = "";
- $localminor = $installer::globals::minor;
-
- my $buildidstring = "(" . $installer::globals::build . $localminor . "(Build:" . $installer::globals::buildid . "))";
-
- $comment = $comment . " " . $buildidstring;
-
return $comment;
}