mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
Remove dummy initialize method
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7019070c92
commit
63eb9979d6
@ -24,10 +24,6 @@ module Thrift
|
||||
deprecate_class! :TServer => Server
|
||||
|
||||
class SimpleServer < Server
|
||||
def initialize(processor, serverTransport, transportFactory=nil, protocolFactory=nil)
|
||||
super(processor, serverTransport, transportFactory, protocolFactory)
|
||||
end
|
||||
|
||||
def serve
|
||||
begin
|
||||
@serverTransport.listen
|
||||
|
Loading…
Reference in New Issue
Block a user