From 06d2aa11ee6c201cdd45f29f898dffcec318f5a3 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 28 Sep 2013 18:31:08 -0500 Subject: [PATCH] Remove commented out code, this is in git after all --- Library/Homebrew/download_strategy.rb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index b01dbe63ba..4cc59daa60 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