aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/os/mac/hardware
diff options
context:
space:
mode:
authorMaxim Belkin2017-11-07 14:18:25 -0600
committerMaxim Belkin2017-11-07 14:18:25 -0600
commitde0b93f912f014155423ed9a679dcd99c40f2622 (patch)
tree76f2813a755798b3b7159abb0d9e5c97dac8cd07 /Library/Homebrew/extend/os/mac/hardware
parent0cec599b28c23fb6bade4202fd455d54c07dfd27 (diff)
downloadbrew-de0b93f912f014155423ed9a679dcd99c40f2622.tar.bz2
pathname: improvements, cleanups, and new methods
- atomic_write: close file before renaming to prevent error: 'Device or resource busy' - ensure_writable: preserve executable bit - new elf? and dynamic? methods
Diffstat (limited to 'Library/Homebrew/extend/os/mac/hardware')
-rw-r--r--Library/Homebrew/extend/os/mac/hardware/cpu.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/extend/os/mac/hardware/cpu.rb b/Library/Homebrew/extend/os/mac/hardware/cpu.rb
index b97c280cd..a216db6ae 100644
--- a/Library/Homebrew/extend/os/mac/hardware/cpu.rb
+++ b/Library/Homebrew/extend/os/mac/hardware/cpu.rb
@@ -1,5 +1,3 @@
-require "os/mac/pathname"
-
module Hardware
class CPU
class << self