Skip to content
Snippets Groups Projects
Commit 40b484a3 authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

command_t: punt unused type


The recent command clean up to constify the argv option to command funcs
missed the command_t type itself.  This is probably because there are no
build time warnings from it because no one is actually using this thing.
So just punt it rather than fix it.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 3a5ee0b1
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,6 @@ extern int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *
* void function (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
*/
typedef void command_t (cmd_tbl_t *, int, int, char *[]);
#if defined(CONFIG_CMD_MEMORY) \
|| defined(CONFIG_CMD_I2C) \
|| defined(CONFIG_CMD_ITEST) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment