Remove target_has_all_memory
[deliverable/binutils-gdb.git] / gdb / target.h
index 0cb92fa8ea885c3ed8e479e53c93315c52bc3abf..23022a118adfb638ab4c933228eecbe8c45aa39e 100644 (file)
@@ -1810,13 +1810,6 @@ extern void default_target_pass_ctrlc (struct target_ops *ops);
      (current_top_target ()->rcmd) (command, outbuf)
 
 
-/* Does the target include all of memory, or only part of it?  This
-   determines whether we look up the target chain for other parts of
-   memory if this target can't satisfy a request.  */
-
-extern int target_has_all_memory_1 (void);
-#define target_has_all_memory target_has_all_memory_1 ()
-
 /* Does the target include memory?  (Dummy targets don't.)  */
 
 extern int target_has_memory_1 (void);
This page took 0.027086 seconds and 4 git commands to generate.