]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove superfluous preprocessor tests from some cmd_*.c files.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 19 Nov 2009 16:00:28 +0000 (11:00 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 2 Dec 2009 22:46:45 +0000 (23:46 +0100)
commitbcb324d68f7955c1136dafc944eb55db8ebaa601
tree07ee4a5704dd9e124e0f113162956e56f829d991
parentad53226156fa64b6d04c0d1d6e91e09979cbea15
Remove superfluous preprocessor tests from some cmd_*.c files.

A small number of common/cmd_*.c files contain preprocessor tests that
are apparently superfluous since those same tests are used in the
Makefile to control the compilation of those files.  Those tests are
clearly redundant as long as they surround the entirety of the source
in those files.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
common/cmd_cache.c
common/cmd_mgdisk.c