diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-15 15:27:09 +0200 |
---|---|---|
committer | Tim Retout <tim@retout.co.uk> | 2012-08-16 08:17:33 +0100 |
commit | e327840a6d41d8d68e5b5157c944d2acbd3232b0 (patch) | |
tree | b6a047317879ddf32a4c2d57d8a20b34ea596e23 /solenv/bin/modules/par2script | |
parent | c65bc1d7ac6671dc5099c66fea38ff9c4f975e5d (diff) |
installer: remove unused globals
Change-Id: I521e2c816b3dbc4aba1770e5a3b5eb47d5542ac1
Diffstat (limited to 'solenv/bin/modules/par2script')
-rw-r--r-- | solenv/bin/modules/par2script/globals.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/solenv/bin/modules/par2script/globals.pm b/solenv/bin/modules/par2script/globals.pm index 82103c03b2ab..db4652d1a92a 100644 --- a/solenv/bin/modules/par2script/globals.pm +++ b/solenv/bin/modules/par2script/globals.pm @@ -71,13 +71,6 @@ BEGIN $pathseparator = "\:"; $isunix = 1; $iswin = 0; - - $islinux = 0; - $issolaris = 0; - - if ( $plat =~ /linux/i ) { $islinux = 1; } - if ( $plat =~ /solaris/i ) { $issolaris = 1; } - } 1; |