From 47f8840e32710561544456d41f8b006237ab9581 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 8 Aug 2014 07:35:19 +0000 Subject: * lib/drb/drb.rb: removed unreachable code. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/drb/drb.rb | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'lib/drb') diff --git a/lib/drb/drb.rb b/lib/drb/drb.rb index ff1d3a53d3..25cf7e9c07 100644 --- a/lib/drb/drb.rb +++ b/lib/drb/drb.rb @@ -1594,16 +1594,9 @@ module DRb end - if RUBY_VERSION >= '1.8' - require 'drb/invokemethod' - class InvokeMethod - include InvokeMethod18Mixin - end - else - require 'drb/invokemethod16' - class InvokeMethod - include InvokeMethod16Mixin - end + require 'drb/invokemethod' + class InvokeMethod + include InvokeMethod18Mixin end # The main loop performed by a DRbServer's internal thread. -- cgit v1.2.3