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 5d179ef..95258f0 100644
--- a/lib/rb/lib/thrift/server.rb
+++ b/lib/rb/lib/thrift/server.rb
@@ -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