gdbserver: finish turning the target ops vector into a class
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index 5e11355fcaa07840662b432e161180b30bfd882c..9aa140c12988d73075099e3b56015b3128a67a4a 100644 (file)
@@ -738,16 +738,10 @@ lynx_process_target::sw_breakpoint_from_kind (int kind, int *size)
 
 static lynx_process_target the_lynx_target;
 
-/* The LynxOS target_ops vector.  */
-
-static process_stratum_target lynx_target_ops = {
-  &the_lynx_target,
-};
-
 void
 initialize_low (void)
 {
-  set_target_ops (&lynx_target_ops);
+  set_target_ops (&the_lynx_target);
   the_low_target.arch_setup ();
 }
 
This page took 0.025611 seconds and 4 git commands to generate.