Author: kclark
Date: Tue Jun 17 18:15:15 2008
New Revision: 668994

URL: http://svn.apache.org/viewvc?rev=668994&view=rev
Log:
Remove dummy initialize method

Modified:
    incubator/thrift/trunk/lib/rb/lib/thrift/server.rb

Modified: incubator/thrift/trunk/lib/rb/lib/thrift/server.rb
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/lib/thrift/server.rb?rev=668994&r1=668993&r2=668994&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/lib/thrift/server.rb (original)
+++ incubator/thrift/trunk/lib/rb/lib/thrift/server.rb Tue Jun 17 18:15:15 2008
@@ -24,10 +24,6 @@
   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


Reply via email to