From 8f9153df73881f698c83716283acf5c2bb85029d Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Wed, 6 Apr 2011 12:59:29 +0100 Subject: [PATCH] ldlinux, cli: Do not assign 'comm_counter' unnecessarily There's no need to assign a value to 'comm_counter' at the start of the edit_cmdline() because it is always assigned before being used. Signed-off-by: Matt Fleming --- com32/elflink/ldlinux/cli.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/com32/elflink/ldlinux/cli.c b/com32/elflink/ldlinux/cli.c index 0884525..2f3ef29 100644 --- a/com32/elflink/ldlinux/cli.c +++ b/com32/elflink/ldlinux/cli.c @@ -141,8 +141,6 @@ const char *edit_cmdline(const char *input, int top /*, int width */ , const char *ret; int width = 0; struct cli_command *comm_counter; - comm_counter = - list_entry(cli_history_head.next->prev, typeof(*comm_counter), list); if (!width) { int height; -- 2.7.4