From 45a7730f61ab24a0e5e3bc00d757a4521c2e1c1d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 23 Apr 2017 15:10:18 +0100 Subject: Fix and remove various TODOs. Fix those that can be done so without tearing Homebrew to pieces and remove the comments for those that can never be done. --- Library/Homebrew/dependable.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Homebrew/dependable.rb') diff --git a/Library/Homebrew/dependable.rb b/Library/Homebrew/dependable.rb index 0834b08ec..785eb94d8 100644 --- a/Library/Homebrew/dependable.rb +++ b/Library/Homebrew/dependable.rb @@ -20,8 +20,6 @@ module Dependable end def required? - # FIXME: Should `required?` really imply `!build?`? And if so, why doesn't - # any of `optional?` and `recommended?` equally imply `!build?`? !build? && !optional? && !recommended? end -- cgit v1.2.3