* lib/drb/drb.rb: removed unreachable code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67b5e1084b
commit
47f8840e32
@ -1,3 +1,7 @@
|
|||||||
|
Fri Aug 8 16:34:22 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* lib/drb/drb.rb: removed unreachable code.
|
||||||
|
|
||||||
Fri Aug 8 14:33:49 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
Fri Aug 8 14:33:49 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
* lib/webrick/httpproxy.rb: remove needless condition
|
* lib/webrick/httpproxy.rb: remove needless condition
|
||||||
|
@ -1594,16 +1594,9 @@ module DRb
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if RUBY_VERSION >= '1.8'
|
require 'drb/invokemethod'
|
||||||
require 'drb/invokemethod'
|
class InvokeMethod
|
||||||
class InvokeMethod
|
include InvokeMethod18Mixin
|
||||||
include InvokeMethod18Mixin
|
|
||||||
end
|
|
||||||
else
|
|
||||||
require 'drb/invokemethod16'
|
|
||||||
class InvokeMethod
|
|
||||||
include InvokeMethod16Mixin
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# The main loop performed by a DRbServer's internal thread.
|
# The main loop performed by a DRbServer's internal thread.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user