summaryrefslogtreecommitdiff
path: root/test/rinda
diff options
context:
space:
mode:
Diffstat (limited to 'test/rinda')
-rw-r--r--test/rinda/test_rinda.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index e16af2e90c..570b6e21b8 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -522,13 +522,6 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
Process.wait(take) if take
end
- def have_fork?
- Process.fork {}
- return true
- rescue NotImplementedError
- return false
- end
-
@server = DRb.primary_server || DRb.start_service
end