Remove redundant method (#55566)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2019-04-24 15:29:55 +05:30
committed by GitHub
parent 91d187f780
commit cce05c1ed2

View File

@@ -283,11 +283,6 @@ class Default(FactsBase):
return platform_facts
def parse_license_hostid(self, data):
match = re.search(r'License hostid: VDH=(.+)$', data, re.M)
if match:
return match.group(1)
class Config(FactsBase):