2004-06-09 Andrew Cagney <cagney@gnu.org>

* infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
	#ifdef CLEAR_INSN_CACHE code.
	* target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
	Delete #ifdef CLEAR_DEFERRED_STORES code.
This commit is contained in:
Andrew Cagney
2004-06-09 20:09:42 +00:00
parent 4b38d6f1a4
commit 8a1bf479ce
3 changed files with 5 additions and 8 deletions

View File

@@ -606,9 +606,6 @@ child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
if (errno)
return 0;
}
#ifdef CLEAR_INSN_CACHE
CLEAR_INSN_CACHE ();
#endif
}
else
{