[Groonga-commit] droonga/fluent-plugin-droonga at 236a696 [master] Remove unused variables

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 24 16:42:35 JST 2013


Kouhei Sutou	2013-12-24 16:42:35 +0900 (Tue, 24 Dec 2013)

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

  Message:
    Remove unused variables

  Modified files:
    lib/droonga/dispatcher.rb
    lib/droonga/session.rb

  Modified: lib/droonga/dispatcher.rb (+1 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2013-12-24 16:40:51 +0900 (3796dae)
+++ lib/droonga/dispatcher.rb    2013-12-24 16:42:35 +0900 (24484fd)
@@ -215,7 +215,7 @@ module Droonga
             end
           end
         end
-        Session.new(id, @dispatcher, collector, @components, tasks, inputs)
+        Session.new(id, @dispatcher, collector, tasks, inputs)
       end
 
       def resolve_descendants

  Modified: lib/droonga/session.rb (+1 -2)
===================================================================
--- lib/droonga/session.rb    2013-12-24 16:40:51 +0900 (5b7e0d7)
+++ lib/droonga/session.rb    2013-12-24 16:42:35 +0900 (f117672)
@@ -15,11 +15,10 @@
 
 module Droonga
   class Session
-    def initialize(id, dispatcher, collector, components, tasks, inputs)
+    def initialize(id, dispatcher, collector, tasks, inputs)
       @id = id
       @dispatcher = dispatcher
       @collector = collector
-      @components = components
       @tasks = tasks
       @n_dones = 0
       @inputs = inputs
-------------- next part --------------
HTML����������������������������...
다운로드 



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