[Groonga-commit] groonga/groonga-admin at e858562 [master] Remove unused function

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 27 14:54:41 JST 2016


Kouhei Sutou	2016-09-27 14:54:41 +0900 (Tue, 27 Sep 2016)

  New Revision: e8585626e21ce46154688293564263187dc81a9a
  https://github.com/groonga/groonga-admin/commit/e8585626e21ce46154688293564263187dc81a9a

  Message:
    Remove unused function

  Modified files:
    app/scripts/services/schema-loader.js

  Modified: app/scripts/services/schema-loader.js (+0 -7)
===================================================================
--- app/scripts/services/schema-loader.js    2016-09-27 14:16:28 +0900 (d4d3a83)
+++ app/scripts/services/schema-loader.js    2016-09-27 14:54:41 +0900 (1dae927)
@@ -179,13 +179,6 @@ angular.module('groongaAdminApp')
         return columns;
       }
 
-      function fetchColumns(table) {
-        return client.execute('schema')
-          .success(function(response) {
-            table.columns = buildColumns(response.tables()[table.name]);
-          });
-      }
-
       var THREAD_LIMIT_UNKNOWN = 0;
       function setThreadLimit(limit) {
         return client.execute('thread_limit', { max: limit })
-------------- next part --------------
HTML����������������������������...
Download 



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