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

Back to archive index

Yoji SHIDARA null+****@clear*****
Wed Dec 5 16:10:19 JST 2012


Yoji SHIDARA	2012-12-05 16:10:19 +0900 (Wed, 05 Dec 2012)

  New Revision: 167af35928383f95ddfd088ff611367b3393e14b
  https://github.com/groonga/gcs-console/commit/167af35928383f95ddfd088ff611367b3393e14b

  Log:
    Remove unused variable assignment

  Modified files:
    routes/admin.js

  Modified: routes/admin.js (+0 -1)
===================================================================
--- routes/admin.js    2012-12-05 13:57:08 +0900 (fb3aa6a)
+++ routes/admin.js    2012-12-05 16:10:19 +0900 (8f7f1bb)
@@ -6,7 +6,6 @@ exports.password = function(req, res) {
   return res.render('admin-password');
 };
 
-var Config = require('../lib/config').Config;
 exports.passwordPost = function(req, res) {
   var config = req.app.get('config');
 
-------------- next part --------------
HTML����������������������������...
Download 



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