Skip to content
Snippets Groups Projects
Commit bef9ec29 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove unused method

parent c351a641
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment