[Groonga-commit] droonga/droonga-engine at e675626 [master] Remove needless assignment

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jun 28 22:46:54 JST 2014


Kouhei Sutou	2014-06-28 22:46:54 +0900 (Sat, 28 Jun 2014)

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

  Message:
    Remove needless assignment

  Modified files:
    bin/droonga-engine-catalog-modify

  Modified: bin/droonga-engine-catalog-modify (+1 -1)
===================================================================
--- bin/droonga-engine-catalog-modify    2014-06-28 22:46:54 +0900 (494b914)
+++ bin/droonga-engine-catalog-modify    2014-06-28 22:46:54 +0900 (f7fdf4a)
@@ -85,7 +85,7 @@ def load_source(path)
     source_path = Pathname(path).expand_path
     source = source_path.read
   end
-  catalog = JSON.parse(source)
+  JSON.parse(source)
 end
 
 source_catalog = load_source(options.source_path)
-------------- next part --------------
HTML����������������������������...
下载 



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