summaryrefslogtreecommitdiff
path: root/lang/ruby16/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby16/patches/patch-ah')
-rw-r--r--lang/ruby16/patches/patch-ah13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ruby16/patches/patch-ah b/lang/ruby16/patches/patch-ah
deleted file mode 100644
index b2c03024111..00000000000
--- a/lang/ruby16/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 2004/11/27 14:14:05 taca Exp $
-
---- lib/delegate.rb.orig 2001-11-21 02:48:49.000000000 +0900
-+++ lib/delegate.rb
-@@ -36,7 +36,7 @@ class Delegator
- rescue Exception
- $@.delete_if{|s| /:in `__getobj__'$/ =~ s} #`
- $@.delete_if{|s| /^\\(eval\\):/ =~ s}
-- raise
-+ Kernel::raise
- end
- end
- EOS