From 8a871560f99779b279623540588f7295fe041781 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 10 Apr 2010 16:57:49 +0800 Subject: ARM_SIMULATOR: review scope of functions Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo --- src/target/arm_simulator.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/target/arm_simulator.h') diff --git a/src/target/arm_simulator.h b/src/target/arm_simulator.h index bd5458e4..b332a174 100644 --- a/src/target/arm_simulator.h +++ b/src/target/arm_simulator.h @@ -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 */ -- cgit v1.2.3