diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-18 03:20:19 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-18 03:20:19 +0000 |
commit | 34c11d2616bb32772199abf210ae88d99665a824 (patch) | |
tree | b95fbfb76fcefd0ab1ca96dc631e2657a894ad6d /Master/xemtex/perl/lib/auto/POSIX/unlink.al | |
parent | b0ccdf9e931213c59344f3c097608e04721149b1 (diff) |
xemtex deleted
git-svn-id: svn://tug.org/texlive/trunk@2777 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/xemtex/perl/lib/auto/POSIX/unlink.al')
-rw-r--r-- | Master/xemtex/perl/lib/auto/POSIX/unlink.al | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/xemtex/perl/lib/auto/POSIX/unlink.al b/Master/xemtex/perl/lib/auto/POSIX/unlink.al deleted file mode 100644 index f8a44b79620..00000000000 --- a/Master/xemtex/perl/lib/auto/POSIX/unlink.al +++ /dev/null @@ -1,13 +0,0 @@ -# NOTE: Derived from ..\..\lib\POSIX.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package POSIX; - -#line 726 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\unlink.al)" -sub unlink { - usage "unlink(filename)" if @_ != 1; - CORE::unlink($_[0]); -} - -# end of POSIX::unlink -1; |