summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLWinGoo.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm
index 7f07c647025..796c87b44a1 100644
--- a/Master/tlpkg/TeXLive/TLWinGoo.pm
+++ b/Master/tlpkg/TeXLive/TLWinGoo.pm
@@ -89,8 +89,6 @@ BEGIN {
use vars qw( @ISA @EXPORT $Registry);
@ISA = qw( Exporter );
@EXPORT = qw(
- &is_vista
- &is_seven
&is_ten
&admin
&non_admin
@@ -1337,11 +1335,6 @@ sub maybe_make_ro {
log "Not an admin install; not making read-only\n";
return 1;
}
- if (!is_vista()) {
- log "Windows version $windows_version earlier than Vista;".
- " not making read-only\n";
- return 1;
- }
$dir = Cwd::abs_path($dir);