]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
command_t: punt unused type
authorMike Frysinger <vapier@gentoo.org>
Wed, 20 Oct 2010 07:35:09 +0000 (03:35 -0400)
committerWolfgang Denk <wd@denx.de>
Sun, 28 Nov 2010 20:42:56 +0000 (21:42 +0100)
commit40b484a3dfb586076c6cfba44eff3e3cf0b5bd1f
tree2c144ffc2bcf5bf3f15194fbec0e4f25f188847d
parent3a5ee0b1d6437da1b45e7475ef761cff2d296467
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>
include/command.h