summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/iutil.py b/iutil.py
index ffe5d9b4d..e6a6c3d77 100644
--- a/iutil.py
+++ b/iutil.py
@@ -195,9 +195,6 @@ def memAvailable():
tram = memInstalled()
ramused = getDirSize("/tmp")
- if os.path.isdir("/tmp/ramfs"):
- ramused += getDirSize("/tmp/ramfs")
-
return tram - ramused
## Get the amount of RAM installed in the machine.