diff options
Diffstat (limited to 'Library/Homebrew/utils/popen.rb')
| -rw-r--r-- | Library/Homebrew/utils/popen.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/utils/popen.rb b/Library/Homebrew/utils/popen.rb index 350d9a09f..4e03711a1 100644 --- a/Library/Homebrew/utils/popen.rb +++ b/Library/Homebrew/utils/popen.rb @@ -3,10 +3,6 @@ module Utils popen(args, "rb", &block) end - def self.popen_read_text(*args, &block) - popen(args, "r", &block) - end - def self.popen_write(*args, &block) popen(args, "wb", &block) end |
