summaryrefslogtreecommitdiffstats
path: root/health-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'health-controller.lua')
-rw-r--r--health-controller.lua4
1 files changed, 0 insertions, 4 deletions
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