aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-11 18:32:56 -0600
committerJack Nagel2013-11-11 18:32:56 -0600
commitc95c32fbb081d277ce943f65143b234c09582f8e (patch)
tree45b6e7a33cd16dc1b5175a11a0d3b9b7bfe35fbe /Library
parent39d3cfd6aeee730b14935fbbc6c1a1824bcbae22 (diff)
downloadbrew-c95c32fbb081d277ce943f65143b234c09582f8e.tar.bz2
Remove outdated comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index 3dbf45b12..5e8e49d54 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -290,7 +290,6 @@ module Superenv
set_cpu_flags
macosxsdk remove_macosxsdk].each{|s| alias_method s, :noop }
-### DEPRECATE THESE
def deparallelize
delete('MAKEFLAGS')
end