aboutsummaryrefslogtreecommitdiff
path: root/mem.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mem.lua')
-rw-r--r--mem.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/mem.lua b/mem.lua
index 9a38305..e501229 100644
--- a/mem.lua
+++ b/mem.lua
@@ -20,7 +20,6 @@ local function worker(format)
-- Get meminfo
local f = io.open("/proc/meminfo")
- -- Get data
for line in f:lines() do
if line:match("^MemTotal.*") then
mem_total = math.floor(tonumber(line:match("([%d]+)")) / 1024)