[Groonga-commit] droonga/fluent-plugin-droonga at 3f953d4 [master] Remove needless code

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 25 00:05:43 JST 2013


Kouhei Sutou	2013-11-25 00:05:43 +0900 (Mon, 25 Nov 2013)

  New Revision: 3f953d49333f8e28d1b3048282b017ec763881f7
  https://github.com/droonga/fluent-plugin-droonga/commit/3f953d49333f8e28d1b3048282b017ec763881f7

  Message:
    Remove needless code

  Modified files:
    lib/droonga/executor.rb

  Modified: lib/droonga/executor.rb (+0 -1)
===================================================================
--- lib/droonga/executor.rb    2013-11-25 00:03:44 +0900 (d483ea1)
+++ lib/droonga/executor.rb    2013-11-25 00:05:43 +0900 (78f3cca)
@@ -120,7 +120,6 @@ module Droonga
     end
 
     def parse_message(message)
-      @message = message # TODO: remove me
       tag, time, record = message
       prefix, type, *arguments = tag.split(/\./)
       if type.nil? || type.empty? || type == 'message'
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index