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
commitbef9ec29ef22c41d175df5a7296d736b21dfff45 (patch)
tree558e2248c9731ab1d51a4322f07e92a72cbab41b /Library
parentc351a641de93f245f2570b88718b3309311f8b59 (diff)
downloadbrew-bef9ec29ef22c41d175df5a7296d736b21dfff45.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})