From e67f864415f1036bfe555b7be5d99b904bd1df5c Mon Sep 17 00:00:00 2001 From: loicsaintroch Date: Tue, 6 Oct 2015 10:55:22 +0200 Subject: [PATCH] Remove unused module reload --- lib/rebuild.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/rebuild.js b/lib/rebuild.js index f3ff191873..9955533b2a 100644 --- a/lib/rebuild.js +++ b/lib/rebuild.js @@ -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();