[Groonga-commit] ranguba/groonga-client at 4af08c7 [master] Remove unused variable

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 3 08:39:11 JST 2017


Kouhei Sutou	2017-03-03 08:39:11 +0900 (Fri, 03 Mar 2017)

  New Revision: 4af08c71b2c0dd7eacba1faab00829b1a8041ad0
  https://github.com/ranguba/groonga-client/commit/4af08c71b2c0dd7eacba1faab00829b1a8041ad0

  Message:
    Remove unused variable

  Modified files:
    lib/groonga/client/test/groonga-server-runner.rb

  Modified: lib/groonga/client/test/groonga-server-runner.rb (+1 -1)
===================================================================
--- lib/groonga/client/test/groonga-server-runner.rb    2017-03-01 21:33:51 +0900 (4d612e8)
+++ lib/groonga/client/test/groonga-server-runner.rb    2017-03-03 08:39:11 +0900 (1c92b54)
@@ -140,7 +140,7 @@ module Groonga
               break
             else
               begin
-                pid = Process.waitpid(@pid, Process::WNOHANG)
+                Process.waitpid(@pid, Process::WNOHANG)
               rescue SystemCallError
                 @pid = nil
                 break
-------------- next part --------------
HTML����������������������������...
Download 



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