From be2f3c58e693a6e10693153ef2422b0235661e3e Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 30 Jul 2010 12:44:41 +0000 Subject: * ext/pathname/pathname.c (path_hash): Pathname#hash translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/lib/pathname.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/pathname/lib/pathname.rb') diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index 31dc9a361f..75705ff993 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -31,10 +31,6 @@ class Pathname # :startdoc: - def hash # :nodoc: - @path.hash - end - # Return the path as a String. def to_s @path.dup -- cgit v1.2.3