linux: remove dumb debugging return, still asserts though
This commit is contained in:
parent
be7bb1a51b
commit
8301f23550
|
@ -869,9 +869,6 @@ INTERNAL_Sys_Sentinel_Sig(internal_sentinel){
|
||||||
#else
|
#else
|
||||||
result = 0;
|
result = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return(result);
|
return(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue