gdbserver: turn target ops 'insert_point' and 'remove_point' into methods
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index dd4584797c4bc85b274e1aa75fc98408060bbc1c..dc864e8bb109f41b3a73091edb00a59ed4da50cf 100644 (file)
@@ -729,8 +729,6 @@ static lynx_process_target the_lynx_target;
 /* The LynxOS target_ops vector.  */
 
 static process_stratum_target lynx_target_ops = {
-  NULL,  /* insert_point */
-  NULL,  /* remove_point */
   NULL,  /* stopped_by_sw_breakpoint */
   NULL,  /* supports_stopped_by_sw_breakpoint */
   NULL,  /* stopped_by_hw_breakpoint */
This page took 0.033104 seconds and 4 git commands to generate.