Rename win32_thread_info to windows_thread_info
[deliverable/binutils-gdb.git] / gdbserver / linux-m68k-low.cc
index ccad368ea066de23865f35321e3a1975a8dc1c04..838ba353b0b17f2a4c1097f4f295268fc3eef3ce 100644 (file)
@@ -256,18 +256,6 @@ m68k_target::low_arch_setup ()
   current_process ()->tdesc = tdesc_m68k;
 }
 
-/* Support for hardware single step.  */
-
-static int
-m68k_supports_hardware_single_step (void)
-{
-  return 1;
-}
-
-struct linux_target_ops the_low_target = {
-  m68k_supports_hardware_single_step,
-};
-
 /* The linux target ops object.  */
 
 linux_process_target *the_linux_target = &the_m68k_target;
This page took 0.026407 seconds and 4 git commands to generate.