summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/retrieve.al
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/retrieve.al')
-rw-r--r--chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/retrieve.al18
1 files changed, 0 insertions, 18 deletions
diff --git a/chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/retrieve.al b/chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/retrieve.al
deleted file mode 100644
index 0e6234f7c42..00000000000
--- a/chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/retrieve.al
+++ /dev/null
@@ -1,18 +0,0 @@
-# NOTE: Derived from ../../lib/Storable.pm.
-# Changes made here will be lost when autosplit is run again.
-# See AutoSplit.pm.
-package Storable;
-
-#line 345 "../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/retrieve.al)"
-#
-# retrieve
-#
-# Retrieve object hierarchy from disk, returning a reference to the root
-# object of that tree.
-#
-sub retrieve {
- _retrieve($_[0], 0);
-}
-
-# end of Storable::retrieve
-1;