[Groonga-commit] long-long-float/droonga-engine at 9f08f28 [master] Remove a needless assignment

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 28 21:39:13 JST 2014


Kouhei Sutou	2014-08-28 21:39:13 +0900 (Thu, 28 Aug 2014)

  New Revision: 9f08f283c57f3313fd5a46c4ed8c3c17824156f8
  https://github.com/long-long-float/droonga-engine/commit/9f08f283c57f3313fd5a46c4ed8c3c17824156f8

  Message:
    Remove a needless assignment

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2014-08-28 19:56:22 +0900 (ebccd50)
+++ lib/droonga/serf.rb    2014-08-28 21:39:13 +0900 (d67fae8)
@@ -103,7 +103,7 @@ module Droonga
       nodes = hosts.collect do |host|
         "#{host}:#{port}"
       end
-      result= run_once("join", nodes)
+      run_once("join", nodes)
     end
 
     def send_query(query, payload)
-------------- next part --------------
HTML����������������������������...
Download 



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