remove unused function

This commit is contained in:
Michael Scherer 2013-10-31 18:22:37 +01:00
parent be6e2c9097
commit 5547cc9c29

View file

@ -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