diff options
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index 3b94168b..7655c141 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -17,8 +17,6 @@ my $proxy_config; #- Timeout for curl connection and wget operations our $CONNECT_TIMEOUT = 60; #- (in seconds) -sub basename { local $_ = shift; s|/*\s*$||; s|.*/||; $_ } - sub import () { my $c = caller; no strict 'refs'; |