summaryrefslogtreecommitdiff
path: root/tool/downloader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/downloader.rb')
-rw-r--r--tool/downloader.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index 12c0e595c2..366738b8ec 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -84,8 +84,4 @@ class Downloader
rescue => e
raise e.class, "failed to download #{name}\n#{e.message}: #{url}", e.backtrace
end
-
- def self.download_if_modified_since(url, name, dir = nil)
- download(url, name, dir)
- end
end