TARGET/MIPS32_PRACC: review scope of functions
[fw/openocd] / src / target / arm_simulator.h
index bd5458e409b1244fb50486c7f8f54b7e784cd1c6..b332a174127593044532c636a8fdd7f746442d86 100644 (file)
@@ -40,8 +40,4 @@ struct arm_sim_interface
 /* armv4_5 version */
 int arm_simulate_step(struct target *target, uint32_t *dry_run_pc);
 
-/* a generic arm simulator. Caller must implement the sim interface */
-int arm_simulate_step_core(struct target *target,
-               uint32_t *dry_run_pc, struct arm_sim_interface *sim);
-
 #endif /* ARM_SIMULATOR_H */