From e6b55ae2e0d28cf4e89cc24dc710cc2af9a394f7 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 8 May 2004 22:26:10 +0000 Subject: 2004-05-08 Andrew Cagney * infrun.c (resume): Delete call to DO_DEFERRED_STORES. * target.c (target_detach, target_disconnect): Ditto. 2004-05-08 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Delete description of DO_DEFERRED_STORES. --- gdb/infrun.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/infrun.c') diff --git a/gdb/infrun.c b/gdb/infrun.c index 4e12744..88c429a 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -572,11 +572,6 @@ resume (int step, enum target_signal sig) singlestep_ptid = inferior_ptid; } - /* Handle any optimized stores to the inferior NOW... */ -#ifdef DO_DEFERRED_STORES - DO_DEFERRED_STORES; -#endif - /* If there were any forks/vforks/execs that were caught and are now to be followed, then do so. */ switch (pending_follow.kind) -- cgit v1.1