Navigation Menu

Skip to content

Commit

Permalink
Remove a redundant method call.
Browse files Browse the repository at this point in the history
  • Loading branch information
daijiro committed Jun 23, 2013
1 parent 055c256 commit 4720171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/droonga/worker.rb
Expand Up @@ -210,7 +210,6 @@ def start
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
Expand Down

0 comments on commit 4720171

Please sign in to comment.