[Groonga-commit] groonga/groonga-log at e20999b [master] Remove needless code

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 15 15:10:46 JST 2018


Kouhei Sutou	2018-01-15 15:10:46 +0900 (Mon, 15 Jan 2018)

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

  Message:
    Remove needless code

  Modified files:
    lib/groonga-log/parser.rb

  Modified: lib/groonga-log/parser.rb (+0 -11)
===================================================================
--- lib/groonga-log/parser.rb    2018-01-15 15:09:33 +0900 (3a5ed91)
+++ lib/groonga-log/parser.rb    2018-01-15 15:10:46 +0900 (c92063a)
@@ -52,17 +52,6 @@ module GroongaLog
           end
         end
       end
-
-      def filter_paths(paths)
-        paths.reject do |path|
-          case File.extname(path).downcase
-          when ".zip", ".gz" # TODO: support decompress
-            true
-          else
-            false
-          end
-        end
-      end
     end
 
     def parse(input)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180115/375a1c90/attachment.htm 



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