summaryrefslogtreecommitdiff
path: root/ractor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ractor.rb')
-rw-r--r--ractor.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/ractor.rb b/ractor.rb
index 0867f1a9d1..ca09aee7be 100644
--- a/ractor.rb
+++ b/ractor.rb
@@ -51,10 +51,6 @@ class Ractor
}
end
- def self.make_shareable(obj)
- obj.freeze
- end
-
# Multiplex multiple Ractor communications.
#
# r, obj = Ractor.select(r1, r2)