From cf996861d76fd7156c5bc096c68c62110f4531d7 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 17 Oct 2009 12:04:44 +0200 Subject: remove unused typedef Signed-off-by: Sascha Hauer --- include/command.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/command.h') diff --git a/include/command.h b/include/command.h index b2a1a9cbf6..aaae6b4309 100644 --- a/include/command.h +++ b/include/command.h @@ -74,16 +74,6 @@ cmd_tbl_t *find_cmd(const char *cmd); int execute_command(int argc, char **argv); void u_boot_cmd_usage(cmd_tbl_t *cmdtp); -/* - * Monitor Command - * - * All commands use a common argument format: - * - * void function (cmd_tbl_t *cmdtp, int argc, char *argv[]); - */ - -typedef void command_t (cmd_tbl_t *, int, char *[]); - #endif /* __ASSEMBLY__ */ /* -- cgit v1.2.3