aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
authorMike McQuaid2017-11-10 17:49:27 +0000
committerGitHub2017-11-10 17:49:27 +0000
commitee4172159bc09f23dbcccc2fca471b12d8bc7ecd (patch)
tree9629fbe12ddc056e925a737077035f15d8836ccf /Library/Homebrew/os
parent5318907d936d90b8d39473be288e5387e1032874 (diff)
parentde0b93f912f014155423ed9a679dcd99c40f2622 (diff)
downloadbrew-ee4172159bc09f23dbcccc2fca471b12d8bc7ecd.tar.bz2
Merge pull request #3377 from maxim-belkin/extend-pathname
pathname: new methods and improvements
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac.rb1
-rw-r--r--Library/Homebrew/os/mac/pathname.rb5
2 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index 3996ac557..9215e3c96 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -3,7 +3,6 @@ require "development_tools"
require "os/mac/version"
require "os/mac/xcode"
require "os/mac/xquartz"
-require "os/mac/pathname"
require "os/mac/sdk"
require "os/mac/keg"
diff --git a/Library/Homebrew/os/mac/pathname.rb b/Library/Homebrew/os/mac/pathname.rb
deleted file mode 100644
index 5fd59e1e7..000000000
--- a/Library/Homebrew/os/mac/pathname.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require "os/mac/mach"
-
-class Pathname
- include MachOShim
-end