debug interface: get rid of unused pre_debug fn

Removing unused code makes it much less mysterius.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe
2009-10-30 18:29:09 +01:00
parent a5e396b964
commit acff2521fb
9 changed files with 0 additions and 16 deletions

View File

@@ -1391,9 +1391,6 @@ int arm7_9_debug_entry(target_t *target)
LOG_DEBUG("-");
#endif
if (arm7_9->pre_debug_entry)
arm7_9->pre_debug_entry(target);
/* program EmbeddedICE Debug Control Register to assert DBGACK and INTDIS
* ensure that DBGRQ is cleared
*/