diff options
| author | Jack Nagel | 2014-12-06 15:54:04 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-06 15:54:04 -0500 | 
| commit | 8c0a855bd80ad9edd4b1c7a9efd26bc1b8c3f1fb (patch) | |
| tree | f1999c7bd17c9c7e7eb48a67fc6364b945dd149a | |
| parent | 1e538d67726ac1841944636d8160e9b5bdd06d7d (diff) | |
| download | homebrew-8c0a855bd80ad9edd4b1c7a9efd26bc1b8c3f1fb.tar.bz2 | |
Remove years-old TODO
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 1 | 
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 | 
