diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-01-27 22:36:27 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-01-27 22:38:28 +0100 |
commit | 94716a4d071418ac4cef42ce85da1c42a0df6347 (patch) | |
tree | eb5854f26152827f7a0ebdd867ee0c9f3e961139 /solenv/bin/modules | |
parent | e0957d30ffe79e82dedd2fbb3896b26dcaac6e55 (diff) |
tdf#87803 bin useless $buildidstring
Change-Id: Ie5f3651ec8386cdb59ebbd63c12670fd8668499a
Diffstat (limited to 'solenv/bin/modules')
-rw-r--r-- | solenv/bin/modules/installer/windows/property.pm | 7 |
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; } |