* corelow.c (init_core_ops): Delete references to to_require_attach
[deliverable/binutils-gdb.git] / gdb / exec.c
index bc9c22b3f0f9b11fd09f92e523df88f76af008d8..e55fd42a408c1cd90ba50d7c4bf73c8217adbd80 100644 (file)
@@ -715,8 +715,6 @@ Specify the filename of the executable file.";
   exec_ops.to_open = exec_open;
   exec_ops.to_close = exec_close;
   exec_ops.to_attach = find_default_attach;
-  exec_ops.to_require_attach = find_default_require_attach;
-  exec_ops.to_require_detach = find_default_require_detach;
   exec_ops.to_xfer_memory = xfer_memory;
   exec_ops.to_files_info = exec_files_info;
   exec_ops.to_insert_breakpoint = ignore;
This page took 0.023331 seconds and 4 git commands to generate.