Remove dummy initialize method
authorKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 01:15:15 +0000 (01:15 +0000)
committerKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 01:15:15 +0000 (01:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668994 13f79535-47bb-0310-9956-ffa450edef68

lib/rb/lib/thrift/server.rb

index 5d179ef..95258f0 100644 (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