[Groonga-commit] droonga/droonga-engine at 4fd0e7b [buffered-forward] Remove needless conversion

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 22 17:56:51 JST 2014


YUKI Hiroshi	2014-12-22 17:56:51 +0900 (Mon, 22 Dec 2014)

  New Revision: 4fd0e7b4db3922350383a75954fef3f1a0d62da2
  https://github.com/droonga/droonga-engine/commit/4fd0e7b4db3922350383a75954fef3f1a0d62da2

  Message:
    Remove needless conversion

  Modified files:
    lib/droonga/forward_buffer.rb

  Modified: lib/droonga/forward_buffer.rb (+0 -1)
===================================================================
--- lib/droonga/forward_buffer.rb    2014-12-22 17:48:08 +0900 (fadbde7)
+++ lib/droonga/forward_buffer.rb    2014-12-22 17:56:51 +0900 (b025dd8)
@@ -57,7 +57,6 @@ module Droonga
     def start_forward
       logger.trace("start_forward: start")
       Pathname.glob("#{@data_directory}/*#{SUFFIX}").collect do |buffered_message_path|
-        buffered_message_path = Pathname(buffered_message_path)
         output(buffered_message_path)
       end
       logger.trace("start_forward: done")
-------------- next part --------------
HTML����������������������������...
Download 



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