summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/ssh.pm
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/ssh.pm')
-rw-r--r--chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/ssh.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/ssh.pm b/chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/ssh.pm
deleted file mode 100644
index 5cd30fc3bfc..00000000000
--- a/chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/ssh.pm
+++ /dev/null
@@ -1,9 +0,0 @@
-package URI::ssh;
-require URI::_login;
-@ISA=qw(URI::_login);
-
-# ssh://[USER@]HOST[:PORT]/SRC
-
-sub default_port { 22 }
-
-1;