[Groonga-commit] droonga/drntest at 27125c9 [master] Remove needless assignment

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 17 22:49:15 JST 2013


Kouhei Sutou	2013-12-17 22:49:15 +0900 (Tue, 17 Dec 2013)

  New Revision: 27125c9e3d716ae21582640d83c23a56b2a998ec
  https://github.com/droonga/drntest/commit/27125c9e3d716ae21582640d83c23a56b2a998ec

  Message:
    Remove needless assignment

  Modified files:
    lib/drntest/test-executor.rb

  Modified: lib/drntest/test-executor.rb (+1 -2)
===================================================================
--- lib/drntest/test-executor.rb    2013-12-17 22:48:22 +0900 (d9c11cc)
+++ lib/drntest/test-executor.rb    2013-12-17 22:49:15 +0900 (8aeef3d)
@@ -30,8 +30,7 @@ module Drntest
     def execute
       actuals = []
       logging = true
-      client = Droonga::Client.open(tag: owner.tag,
-                                    port: owner.port) do |client|
+      Droonga::Client.open(tag: owner.tag, port: owner.port) do |client|
         requests = []
         operations.each do |operation|
           case operation
-------------- next part --------------
HTML����������������������������...
Download 



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