From: Marcela Mašláňová Date: Wed, 14 Apr 2010 14:08:13 +0000 (+0200) Subject: Remove the whole unused part. X-Git-Tag: cronie1.4.5~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a38be1da0ae6b99d24cab9de0f37d713efa397ef;p=cronie Remove the whole unused part. --- diff --git a/src/entry.c b/src/entry.c index 17fa92a..c5027db 100644 --- a/src/entry.c +++ b/src/entry.c @@ -349,8 +349,6 @@ entry *load_entry(FILE * file, void (*error_func) (), struct passwd *pw, Debug(DPARS, ("load_entry()...about to parse command\n")) - unget_char(ch, file); - /* Everything up to the next \n or EOF is part of the command... * too bad we don't know in advance how long it will be, since we * need to malloc a string for it... so, we limit it to MAX_COMMAND.