[Groonga-commit] groonga/fluent-plugin-groonga at 24604ef [master] Remove unused code

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue May 2 13:52:45 JST 2017


Kouhei Sutou	2017-05-02 13:52:45 +0900 (Tue, 02 May 2017)

  New Revision: 24604ef9888f84738ae12cca4222d90592e73a17
  https://github.com/groonga/fluent-plugin-groonga/commit/24604ef9888f84738ae12cca4222d90592e73a17

  Message:
    Remove unused code

  Modified files:
    lib/fluent/plugin/in_groonga.rb

  Modified: lib/fluent/plugin/in_groonga.rb (+0 -15)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2017-04-26 18:35:06 +0900 (d595cc6)
+++ lib/fluent/plugin/in_groonga.rb    2017-05-02 13:52:45 +0900 (a7ef105)
@@ -94,21 +94,6 @@ module Fluent
         true
       end
 
-      class Repeater < Coolio::TCPSocket
-        def initialize(socket, handler)
-          super(socket)
-          @handler = handler
-        end
-
-        def on_read(data)
-          @handler.write_back(data)
-        end
-
-        def on_close
-          @handler.close
-        end
-      end
-
       class BaseInput
         include Configurable
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る