Remove redundant method (#55566)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
91d187f780
commit
cce05c1ed2
1 changed files with 0 additions and 5 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in a new issue