[Groonga-commit] droonga/fluent-plugin-droonga at b4cb389 [master] Remove unused code

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 25 00:19:37 JST 2013


Kouhei Sutou	2013-11-25 00:19:37 +0900 (Mon, 25 Nov 2013)

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

  Message:
    Remove unused code

  Modified files:
    lib/droonga/adapter_plugin.rb

  Modified: lib/droonga/adapter_plugin.rb (+1 -2)
===================================================================
--- lib/droonga/adapter_plugin.rb    2013-11-25 00:17:07 +0900 (18e5301)
+++ lib/droonga/adapter_plugin.rb    2013-11-25 00:19:37 +0900 (ac1bde2)
@@ -39,7 +39,7 @@ module Droonga
         if @output_names
           name = @output_names.first
         else
-          @output_values = @task["values"] = value
+          @output_values = value
           return
         end
       end
@@ -47,7 +47,6 @@ module Droonga
     end
 
     def process(command, message)
-      @task = {}
       @output_values = {}
       super(command, message)
       post(@output_values) unless @output_values.empty?
-------------- next part --------------
HTML����������������������������...
Download 



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