]> granicus.if.org Git - cronie/commitdiff
Remove the whole unused part.
authorMarcela Mašláňová <mmaslano@redhat.com>
Wed, 14 Apr 2010 14:08:13 +0000 (16:08 +0200)
committerMarcela Mašláňová <mmaslano@redhat.com>
Wed, 14 Apr 2010 14:08:13 +0000 (16:08 +0200)
src/entry.c

index 17fa92af97007287b0c79f89aa69a82eb56c89ad..c5027db5fb3853cf13576b7766a339e8eed290f6 100644 (file)
@@ -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.