disas/arm.c: Remove unused macro definitions
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Sep 2016 17:13:09 +0000 (18:13 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Sep 2016 17:13:09 +0000 (18:13 +0100)
commitd486ccaa9ecdc37015ca0ecb330e3127ea948f8a
tree02d16c3bda3dd6e522f068ba1c7532dfaf4b74c7
parent2ccfd336dcdbc6f4f479380ed80003fac17a946e
disas/arm.c: Remove unused macro definitions

The macros ISSPACE, strneq, NUM_ELEMS and NUM_ARM_REGNAMES
are defined in disas/arm.c but never used. Remove the
unnecessary definitions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
disas/arm.c