aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/general.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py
index 6082f817..7de9aa7b 100644
--- a/sos/plugins/general.py
+++ b/sos/plugins/general.py
@@ -36,11 +36,6 @@ class General(Plugin):
self.add_cmd_output("date", root_symlink="date")
self.add_cmd_output("uptime", root_symlink="uptime")
- self.add_cmd_outputs([
- "tree /var/lib",
- "ls -lR /var/lib"
- ])
-
class RedHatGeneral(General, RedHatPlugin):
"""Basic system information for RedHat based distributions"""