[Groonga-commit] groonga/groonga-query-log at 1e81dc0 [master] Remove needless require

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 23 13:13:32 JST 2014


Kouhei Sutou	2014-07-23 13:13:32 +0900 (Wed, 23 Jul 2014)

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

  Message:
    Remove needless require

  Modified files:
    lib/groonga/query-log/analyzer.rb

  Modified: lib/groonga/query-log/analyzer.rb (+0 -1)
===================================================================
--- lib/groonga/query-log/analyzer.rb    2014-07-23 13:11:17 +0900 (476fe9b)
+++ lib/groonga/query-log/analyzer.rb    2014-07-23 13:13:32 +0900 (d8655d6)
@@ -220,7 +220,6 @@ module Groonga
       def create_stream_reporter
         case @options[:reporter]
         when "json"
-          require 'json'
           Groonga::QueryLog::StreamJSONQueryLogReporter.new
         when "html"
           raise UnsupportedReporter, "HTML reporter doesn't support --stream."
-------------- next part --------------
HTML����������������������������...
下載 



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