remove unused function

reviewable/pr18780/r1
Michael Scherer 11 years ago
parent be6e2c9097
commit 5547cc9c29

@ -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…
Cancel
Save