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

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 30 18:36:33 JST 2014


Kouhei Sutou	2014-09-30 18:36:33 +0900 (Tue, 30 Sep 2014)

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

  Message:
    Remove unused variable

  Modified files:
    lib/groonga/client/protocol/http/thread.rb

  Modified: lib/groonga/client/protocol/http/thread.rb (+0 -1)
===================================================================
--- lib/groonga/client/protocol/http/thread.rb    2014-09-26 21:25:45 +0900 (ba1578c)
+++ lib/groonga/client/protocol/http/thread.rb    2014-09-30 18:36:33 +0900 (d4cb753)
@@ -42,7 +42,6 @@ module Groonga
           end
 
           def send(command)
-            url = "http://#{@host}:#{@port}#{command.to_uri_format}"
             thread = ::Thread.new do
               begin
                 Net::HTTP.start(@host, @port) do |http|
-------------- next part --------------
HTML����������������������������...
Descargar 



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