aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-06 15:54:04 -0500
committerJack Nagel2014-12-06 15:54:04 -0500
commit5f0feb7e85b54fea4bd92e7ef7991428ab2e2f97 (patch)
treec70bf211c82d91e76a9745b5e9125776df04bec3 /Library
parentdf25be78b58a94506985ca812971e41da879239e (diff)
downloadbrew-5f0feb7e85b54fea4bd92e7ef7991428ab2e2f97.tar.bz2
Remove years-old TODO
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/download_strategy.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index a63774f46..8ef492098 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -187,7 +187,6 @@ class CurlDownloadStrategy < AbstractDownloadStrategy
with_system_path { buffered_write("bunzip2") }
when :gzip, :bzip2, :compress, :tar
# Assume these are also tarred
- # TODO check if it's really a tar archive
with_system_path { safe_system 'tar', 'xf', tarball_path }
chdir
when :xz