From 818c65542d2bb57ba01959f1bedfddf0b4cf3be5 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sat, 5 Sep 2015 11:49:02 -0700 Subject: remove Formula#file_modified? It's been more trouble than it's worth. Fixes Homebrew/homebrew#43607. Closes Homebrew/homebrew#43049. Closes Homebrew/homebrew#43615. Signed-off-by: Mike McQuaid --- Library/Homebrew/test/test_bottle_hooks.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/test_bottle_hooks.rb b/Library/Homebrew/test/test_bottle_hooks.rb index f2ae5a6b7..ff9d95c9c 100644 --- a/Library/Homebrew/test/test_bottle_hooks.rb +++ b/Library/Homebrew/test/test_bottle_hooks.rb @@ -10,8 +10,6 @@ class BottleHookTests < Homebrew::TestCase def some_random_method true end - - def file_modified?; end end def setup -- cgit v1.2.3