hw/sd/sd.c: Drop unused sd_acmd_type[] array
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Jun 2014 17:29:01 +0000 (18:29 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 10 Jun 2014 15:39:34 +0000 (19:39 +0400)
commit71795856881e037e0f0384b556c5b65f211662ad
tree89fee0b1c62e4de1b1c5a9a11d51206bf53a5b76
parent831f4d27b6b7a5af89e82af5975de98bd19bd18c
hw/sd/sd.c: Drop unused sd_acmd_type[] array

Drop the sd_acmd_type[] array: it is never used. (The equivalent
sd_cmd_type[] array for normal commands is used to identify
those commands whose argument includes the card address in the
top 16 bits; but for app commands the card address is passed
with the APP_CMD prefix, not with the argument to the app command
itself.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/sd/sd.c