aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-09-28 18:31:08 -0500
committerJack Nagel2013-09-28 18:38:30 -0500
commit017385b35d6bffe28cc42a4d65fe36d949d733d2 (patch)
tree3b31b8a0a2b4af12f042ba2d87047c643c2559b8
parent08e440ffe6ba7910abb4e5540c9a828303b84094 (diff)
downloadhomebrew-017385b35d6bffe28cc42a4d65fe36d949d733d2.tar.bz2
Remove commented out code, this is in git after all
-rw-r--r--Library/Homebrew/download_strategy.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index b01dbe63b..4cc59daa6 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -712,18 +712,6 @@ class BazaarDownloadStrategy < AbstractDownloadStrategy
# See https://bugs.launchpad.net/bzr/+bug/897511
FileUtils.cp_r Dir[@clone+"{.}"], Dir.pwd
FileUtils.rm_r Dir[Dir.pwd+"/.bzr"]
-
- #dst=Dir.getwd
- #Dir.chdir @clone do
- # if @spec and @ref
- # ohai "Checking out #{@spec} #{@ref}"
- # Dir.chdir @clone do
- # safe_system bzrpath, 'export', '-r', @ref, dst
- # end
- # else
- # safe_system bzrpath, 'export', dst
- # end
- #end
end
end