summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/rtspu.pm
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/rtspu.pm')
-rw-r--r--chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/rtspu.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/rtspu.pm b/chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/rtspu.pm
deleted file mode 100644
index dbcf12bb2f4..00000000000
--- a/chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/rtspu.pm
+++ /dev/null
@@ -1,8 +0,0 @@
-package URI::rtspu;
-
-require URI::rtsp;
-@ISA=qw(URI::rtsp);
-
-sub default_port { 554 }
-
-1;