]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/inf-child.c
Convert default_child_has_foo functions to process_stratum_target methods
[thirdparty/binutils-gdb.git] / gdb / inf-child.c
index 8cdfa051469645292210e0dc1145e284dfff791a..fc704455b319232a5ed4f468983845f4456bab07 100644 (file)
@@ -243,36 +243,6 @@ inf_child_target::pid_to_exec_file (int pid)
   return NULL;
 }
 
-bool
-inf_child_target::has_all_memory ()
-{
-  return default_child_has_all_memory ();
-}
-
-bool
-inf_child_target::has_memory ()
-{
-  return default_child_has_memory ();
-}
-
-bool
-inf_child_target::has_stack ()
-{
-  return default_child_has_stack ();
-}
-
-bool
-inf_child_target::has_registers ()
-{
-  return default_child_has_registers ();
-}
-
-bool
-inf_child_target::has_execution (ptid_t ptid)
-{
-  return default_child_has_execution (ptid);
-}
-
 /* Implementation of to_fileio_open.  */
 
 int