Remove unused module reload

This commit is contained in:
loicsaintroch 2015-10-06 10:55:22 +02:00
parent b44bf9ec5f
commit e67f864415

View File

@ -37,12 +37,6 @@ module.exports = function () {
cb();
},
// Rebuild the modules dictionary.
_modules: function (cb) {
self.hooks._modules.reload();
cb();
},
// Rebuild the admin dictionary.
_admin: function (cb) {
self.hooks._admin.reload();