ARM720 uses the new inheritance/nesting scheme
[fw/openocd] / src / target / xscale.h
index a1f3d463428aa0fa06294a2bfc95377dbb73d6ea..56db1815083bce7635e81a67c51222ec908530e7 100644 (file)
@@ -128,9 +128,6 @@ typedef struct xscale_common_s
        armv4_5_mmu_common_t armv4_5_mmu;
        uint32_t cp15_control_reg;
 
-       /* possible future enhancements that go beyond XScale common stuff */
-       void *arch_info;
-
        int fast_memory_access;
 } xscale_common_t;