Drop conditional that is always false

This commit is contained in:
Jack Nagel 2014-04-06 13:58:46 -05:00
parent b24ef38bc1
commit 90574a6a4b

View File

@ -53,7 +53,6 @@ class Keg < Pathname
TOP_LEVEL_DIRECTORIES.map{ |d| self/d }.each do |dir|
next unless dir.exist?
dir.find do |src|
next if src == self
dst = HOMEBREW_PREFIX + src.relative_path_from(self)
dst.extend(ObserverPathnameExtension)