aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/systemtap.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/systemtap.py')
-rw-r--r--sos/plugins/systemtap.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sos/plugins/systemtap.py b/sos/plugins/systemtap.py
index 9875ed05..47bc30de 100644
--- a/sos/plugins/systemtap.py
+++ b/sos/plugins/systemtap.py
@@ -33,5 +33,3 @@ class systemtap(sos.plugintools.PluginBase):
#self.collectExtOutput("/bin/rpm -qa 'kernel*' systemtap elfutils --nosignature --nodigest | /bin/egrep -e kernel.*`uname -r` -e systemtap -e elfutils | sort")
self.collectExtOutput("/usr/bin/stap -V 2")
self.collectExtOutput("/bin/uname -r")
- return
-