From bbf04fd417072c53810c2e4163f2bdd80f23ef83 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 16 Jan 2011 15:21:16 +0000 Subject: gnu-sed: remove unnecessary function declaration. --- Library/Formula/gnu-sed.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/gnu-sed.rb b/Library/Formula/gnu-sed.rb index 99712a4fa..82f6cca89 100644 --- a/Library/Formula/gnu-sed.rb +++ b/Library/Formula/gnu-sed.rb @@ -1,9 +1,5 @@ require 'formula' -def use_default_names? - ARGV.include? '--default-names' -end - class GnuSed