From f05704fc1aec5f859c78a75d26dc694c51a729af Mon Sep 17 00:00:00 2001 From: Blake Mesdag Date: Tue, 12 Apr 2016 13:49:41 -0400 Subject: No more need for an early return --- activesupport/lib/active_support/file_update_checker.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/file_update_checker.rb b/activesupport/lib/active_support/file_update_checker.rb index 2a1a8f9797..fa0b1a4bcf 100644 --- a/activesupport/lib/active_support/file_update_checker.rb +++ b/activesupport/lib/active_support/file_update_checker.rb @@ -111,8 +111,6 @@ module ActiveSupport # healthy to consider this edge case because with mtimes in the future # reloading is not triggered. def max_mtime(paths) - return nil if paths.empty? - time_now = Time.now max_mtime = nil -- cgit v1.2.3