From 6139e07d82b8ee23e05704f805164ad1e028a75b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Mar 2011 08:42:31 +0000 Subject: Removed health/modules action because redundant with modules/status --- health-controller.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'health-controller.lua') diff --git a/health-controller.lua b/health-controller.lua index ef08301..3b2bbf1 100644 --- a/health-controller.lua +++ b/health-controller.lua @@ -16,10 +16,6 @@ network = function (self ) return self.model:get_network() end -modules = function (self ) - return self.model:get_modules() -end - proc = function (self ) return self.model:get_proc() end -- cgit v1.2.3