From: Kevin Clark Date: Wed, 18 Jun 2008 01:15:15 +0000 (+0000) Subject: Remove dummy initialize method X-Git-Tag: 0.2.0~557 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=63eb9979d604f06d4a342026ea12dfe623f70148;p=common%2Fthrift.git Remove dummy initialize method git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668994 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/rb/lib/thrift/server.rb b/lib/rb/lib/thrift/server.rb index 5d179ef0..95258f0c 100644 --- a/lib/rb/lib/thrift/server.rb +++ b/lib/rb/lib/thrift/server.rb @@ -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