commit | 1df11f096d97ca8e94a5b12c4daa5db7d703b5c3 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Oct 20 03:35:09 2010 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 28 21:42:56 2010 +0100 |
tree | 2c144ffc2bcf5bf3f15194fbec0e4f25f188847d | |
parent | 4b4974725a8bc52cd3715752af6505cf25fe0d00 [diff] |
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: Mike Frysinger <vapier@gentoo.org>