[Groonga-commit] groonga/fluent-plugin-droonga at 4720171 [master] Remove a redundant method call.

Back to archive index

Daijiro MORI null+****@clear*****
Sun Jun 23 09:53:09 JST 2013


Daijiro MORI	2013-06-23 09:53:09 +0900 (Sun, 23 Jun 2013)

  New Revision: 4720171c2d81bf011c38452bc5327d0fda03d612
  https://github.com/groonga/fluent-plugin-droonga/commit/4720171c2d81bf011c38452bc5327d0fda03d612

  Message:
    Remove a redundant method call.

  Modified files:
    lib/droonga/worker.rb

  Modified: lib/droonga/worker.rb (+0 -1)
===================================================================
--- lib/droonga/worker.rb    2013-06-21 17:57:11 +0900 (e11f419)
+++ lib/droonga/worker.rb    2013-06-23 09:53:09 +0900 (0c86d9a)
@@ -210,7 +210,6 @@ module Droonga
       while !@finish
         message = pull_message
         next unless message
-        parse_message(message)
         body, command, arguments = parse_message(message)
         handler = find_handler(command)
         handler.handle(command, body, *arguments) if handler
-------------- next part --------------
HTML����������������������������...
Download 



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