aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/pathname.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index 2f3fbc32f..3f898fecb 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -300,12 +300,6 @@ class Pathname
digest.hexdigest
end
- # @private
- def sha1
- require "digest/sha1"
- incremental_hash(Digest::SHA1)
- end
-
def sha256
require "digest/sha2"
incremental_hash(Digest::SHA2)