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:
Kevin Clark 2008-06-18 01:15:15 +00:00
parent 7019070c92
commit 63eb9979d6

View File

@ -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