summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <sha@pengutronix.de>2009-10-17 12:04:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-19 10:18:51 +0200
commitcf996861d76fd7156c5bc096c68c62110f4531d7 (patch)
treebdc9937d2790b598eb303a7c4252cbab429c1fd4 /include
parentef7ff70ca445f380548fe17f488dc6428aa1efc5 (diff)
downloadbarebox-cf996861d76fd7156c5bc096c68c62110f4531d7.tar.gz
barebox-cf996861d76fd7156c5bc096c68c62110f4531d7.tar.xz
remove unused typedef
Signed-off-by: Sascha Hauer <sha@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/command.h10
1 files changed, 0 insertions, 10 deletions
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__ */
/*