From 33d1cc4bf2253842d9a30dc9ca38beb30dd5b5ae Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 21 Dec 2011 14:18:57 +0100 Subject: commands: remove struct command pointer from commands This is unused in all commands and thus can be removed. Signed-off-by: Sascha Hauer --- commands/printenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/printenv.c') diff --git a/commands/printenv.c b/commands/printenv.c index 4078bbcc34..071a2d36de 100644 --- a/commands/printenv.c +++ b/commands/printenv.c @@ -28,7 +28,7 @@ #include #include -static int do_printenv(struct command *cmdtp, int argc, char *argv[]) +static int do_printenv(int argc, char *argv[]) { struct variable_d *var; struct env_context *c, *current_c; -- cgit v1.2.3