[Groonga-commit] droonga/fluent-plugin-droonga at d4af6a6 [master] Remove unused method

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 24 16:43:41 JST 2013


Kouhei Sutou	2013-12-24 16:43:41 +0900 (Tue, 24 Dec 2013)

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

  Message:
    Remove unused method

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+0 -4)
===================================================================
--- lib/droonga/dispatcher.rb    2013-12-24 16:42:35 +0900 (24484fd)
+++ lib/droonga/dispatcher.rb    2013-12-24 16:43:41 +0900 (89f3b5b)
@@ -174,10 +174,6 @@ module Droonga
     end
 
     private
-    def is_route?(route)
-      route.is_a?(String) || route.is_a?(Hash)
-    end
-
     def process_input_message(message)
       adapted_message = @input_adapter.adapt(message)
       @distributor.process(adapted_message["type"], adapted_message)
-------------- next part --------------
HTML����������������������������...
Download 



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