From 420a3173f0f7d2bd35f32be437e4888a82047560 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 19 Oct 2009 16:16:54 +0200 Subject: commands: remove maxargs No need to check for maximum argument counts. The commands are safe to be called with more arguments, so lets safe some bytes. Signed-off-by: Sascha Hauer --- commands/timeout.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commands/timeout.c') diff --git a/commands/timeout.c b/commands/timeout.c index 8093959216..b0fd906f9c 100644 --- a/commands/timeout.c +++ b/commands/timeout.c @@ -103,7 +103,6 @@ static const __maybe_unused char cmd_timeout_help[] = " -s silent mode\n"; U_BOOT_CMD_START(timeout) - .maxargs = CONFIG_MAXARGS, .cmd = do_timeout, .usage = "wait for a specified timeout", U_BOOT_CMD_HELP(cmd_timeout_help) -- cgit v1.2.3