mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove unused function
This commit is contained in:
parent
affa703fcb
commit
506ce6a809
1 changed files with 0 additions and 6 deletions
|
@ -341,12 +341,6 @@ class CronTab(object):
|
|||
result += '\n'
|
||||
return result
|
||||
|
||||
def _read_file_execute(self):
|
||||
"""
|
||||
Returns the command line for reading a crontab
|
||||
"""
|
||||
return "%s -l %s" % (CRONCMD, self._user_execute())
|
||||
|
||||
def _read_user_execute(self):
|
||||
"""
|
||||
Returns the command line for reading a crontab
|
||||
|
|
Loading…
Reference in a new issue