[Groonga-commit] droonga/fluent-plugin-droonga at 90d8073 [master] Remove needless flag

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 13 19:04:54 JST 2013


Kouhei Sutou	2013-12-13 19:04:54 +0900 (Fri, 13 Dec 2013)

  New Revision: 90d80735bba0d7457079426b7049e7425494a27f
  https://github.com/droonga/fluent-plugin-droonga/commit/90d80735bba0d7457079426b7049e7425494a27f

  Message:
    Remove needless flag

  Modified files:
    lib/droonga/fluent_message_sender.rb

  Modified: lib/droonga/fluent_message_sender.rb (+0 -2)
===================================================================
--- lib/droonga/fluent_message_sender.rb    2013-12-13 19:02:14 +0900 (7554514)
+++ lib/droonga/fluent_message_sender.rb    2013-12-13 19:04:54 +0900 (9be98cf)
@@ -23,7 +23,6 @@ module Droonga
       @loop = loop
       @host = host
       @port = port
-      @shutdown = false
     end
 
     def start
@@ -34,7 +33,6 @@ module Droonga
 
     def shutdown
       $log.trace("#{log_tag}: shutdown: start")
-      @shutdown = true
       @socket.close unles****@socke*****?
       $log.trace("#{log_tag}: shutdown: done")
     end
-------------- next part --------------
HTML����������������������������...
下载 



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