aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-04-20 22:39:46 -0500
committerJack Nagel2014-04-20 22:39:46 -0500
commite4d66d2e5b2c5d9e09395ae2f2050fe05ffe2662 (patch)
tree1dbc573b48e409ec53b657d8d64e9dc14f7550d9 /Library
parent6563cf437f775af9df725416ce525b1f3f1b139e (diff)
downloadhomebrew-e4d66d2e5b2c5d9e09395ae2f2050fe05ffe2662.tar.bz2
Remove unused method
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index f6e546c15..13ad9d7a4 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -216,10 +216,6 @@ class Cmd
# NOTE this only counts if Homebrew is installed at /usr/local
syspath.map{|d| "#{d}/lib" }.reject{|d| d == "#{brewfix}/lib" }
end
- def syscpath
- isystem, _ = cpath
- isystem + syspath.map{|d| "#{d}/include" }
- end
def cpath
cpath = ENV['CMAKE_PREFIX_PATH'].split(':').map{|d| "#{d}/include" } + ENV['CMAKE_INCLUDE_PATH'].split(':')
opt = cpath.grep(%r{^#{Regexp.escape(brewfix)}/opt})