aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
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