[Groonga-commit] groonga/gcs-console [master] Remove unused code

Back to archive index

Yoji SHIDARA null+****@clear*****
Wed Oct 17 13:44:20 JST 2012


Yoji SHIDARA	2012-10-17 13:44:20 +0900 (Wed, 17 Oct 2012)

  New Revision: 346b21e6c4c9c9c2900c0a3860fd5741377e93a1
  https://github.com/groonga/gcs-console/commit/346b21e6c4c9c9c2900c0a3860fd5741377e93a1

  Log:
    Remove unused code

  Modified files:
    routes/index.js

  Modified: routes/index.js (+0 -3)
===================================================================
--- routes/index.js    2012-10-17 13:43:01 +0900 (7f26983)
+++ routes/index.js    2012-10-17 13:44:20 +0900 (de442e2)
@@ -22,9 +22,6 @@ function withDomain(req, res, callback) {
       return;
     }
     var indexFields = convertToArray(data.Body.DescribeIndexFieldsResponse.DescribeIndexFieldsResult.IndexFields.member);
-    var indexFieldNames = indexFields.map(function(indexField) {
-      return indexField.Options.IndexFieldName;
-    });
 
     req.indexFields = indexFields;
     callback(req, res);
-------------- next part --------------
HTML����������������������������...
Download 



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