From fb59e79689b15d71e6090d0f6f1f39f4d69800b1 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 1 Jul 2017 17:57:39 +0200 Subject: Simplify SubversionDownloadStrategy. --- Library/Homebrew/cask/lib/hbc/system_command.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Homebrew/cask/lib/hbc/system_command.rb') diff --git a/Library/Homebrew/cask/lib/hbc/system_command.rb b/Library/Homebrew/cask/lib/hbc/system_command.rb index 901617b71..b735ae4f9 100644 --- a/Library/Homebrew/cask/lib/hbc/system_command.rb +++ b/Library/Homebrew/cask/lib/hbc/system_command.rb @@ -112,11 +112,7 @@ module Hbc processed_output[:stderr], processed_status.exitstatus) end - end -end -module Hbc - class SystemCommand class Result attr_accessor :command, :stdout, :stderr, :exit_status -- cgit v1.2.3