diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-01-24 15:24:28 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-01-24 15:24:28 +0000 |
commit | b966cea77e9df3e5309cebefd2412cd780f9680f (patch) | |
tree | fd68b70b05af6c0bab4aadda3777a4311198f893 | |
parent | d523cfb942d1a1f5467ff3151b6914c1b1598a8e (diff) | |
download | sos-b966cea77e9df3e5309cebefd2412cd780f9680f.tar.gz |
Remove obsolete rhel_version() usage from yum plugin
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/yum.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py index 5abf06f6..867302c5 100644 --- a/sos/plugins/yum.py +++ b/sos/plugins/yum.py @@ -26,8 +26,6 @@ class Yum(Plugin, RedHatPlugin): ("yumdebug", "gather yum debugging data", "slow", False)] def setup(self): - rhelver = self.policy().rhel_version() - # Pull all yum related information self.add_copy_specs([ "/etc/yum", |