[Groonga-commit] groonga/groonga-query-log at f377f8a [master] Remove a needless variable declaration

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 20 12:28:32 JST 2013


Kouhei Sutou	2013-09-20 12:28:32 +0900 (Fri, 20 Sep 2013)

  New Revision: f377f8a50107b8f818f5bdff868af918bdce9f30
  https://github.com/groonga/groonga-query-log/commit/f377f8a50107b8f818f5bdff868af918bdce9f30

  Message:
    Remove a needless variable declaration

  Modified files:
    lib/groonga/query-log/memory-leak-detector.rb

  Modified: lib/groonga/query-log/memory-leak-detector.rb (+0 -1)
===================================================================
--- lib/groonga/query-log/memory-leak-detector.rb    2013-09-20 12:27:22 +0900 (8c564ac)
+++ lib/groonga/query-log/memory-leak-detector.rb    2013-09-20 12:28:32 +0900 (f89812c)
@@ -55,7 +55,6 @@ module Groonga
       end
 
       def check_command(client, command)
-        previous_memory_usage = nil
         current_memory_usage = nil
         @options.n_tries.times do |i|
           client.execute(command)
-------------- next part --------------
HTML����������������������������...
Download 



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