gdbserver: Remove traces of ancient Hc handling
[deliverable/binutils-gdb.git] / gdb / gdbserver / target.c
index abd14b8775da89ee573cb06889cc5b66fd62bdb6..7f5bed7ec7adb297dfc5d26736404f694037c5a2 100644 (file)
 struct target_ops *the_target;
 
 int
-set_desired_thread (int use_general)
+set_desired_thread ()
 {
-  struct thread_info *found;
-
-  if (use_general == 1)
-    found = find_thread_ptid (general_thread);
-  else
-    found = find_thread_ptid (cont_thread);
+  thread_info *found = find_thread_ptid (general_thread);
 
   current_thread = found;
   return (current_thread != NULL);
This page took 0.02502 seconds and 4 git commands to generate.