clean up some target delegation cases
[deliverable/binutils-gdb.git] / gdb / sol-thread.c
index 81a6915e3813d1b3a913787ea57c932f28c2519b..38ca2f6e111559d3adfa3986ed7e0ab69f67bc1e 100644 (file)
@@ -1084,8 +1084,7 @@ sol_find_new_threads (struct target_ops *ops)
   struct target_ops *beneath = find_target_beneath (ops);
 
   /* First Find any new LWP's.  */
-  if (beneath->to_find_new_threads != NULL)
-    beneath->to_find_new_threads (beneath);
+  beneath->to_find_new_threads (beneath);
 
   /* Then find any new user-level threads.  */
   p_td_ta_thr_iter (main_ta, sol_find_new_threads_callback, (void *) 0,
This page took 0.028273 seconds and 4 git commands to generate.