From 842ba82ac1597e10d8d4bcd98550ce081a5bf58a Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Sat, 10 Apr 2021 08:09:15 +0000 Subject: References to is_vista and is_seven removed git-svn-id: svn://tug.org/texlive/trunk@58811 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLWinGoo.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Master/tlpkg/TeXLive') 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); -- cgit v1.2.3