From 506ce6a8095d0b6438252c8e2df9b3fb13b9b576 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 31 Oct 2013 18:22:37 +0100 Subject: [PATCH] remove unused function --- library/system/cron | 6 ------ 1 file changed, 6 deletions(-) diff --git a/library/system/cron b/library/system/cron index 81e411168b7..c6f89682c77 100644 --- a/library/system/cron +++ b/library/system/cron @@ -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