diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 241745240b..6b586cb7da 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -583,11 +583,7 @@ udi_wait (status) WSETSTOP ((*status), SIGTSTP); break; case UDIWarned: -#ifdef SIGLOST - WSETSTOP ((*status), SIGLOST); -#else WSETSTOP ((*status), SIGURG); -#endif break; case UDIStepped: case UDIBreak: