linux: remove dumb debugging return, still asserts though

This commit is contained in:
insofaras 2016-05-27 21:27:52 +01:00
parent be7bb1a51b
commit 8301f23550
1 changed files with 0 additions and 3 deletions

View File

@ -869,9 +869,6 @@ INTERNAL_Sys_Sentinel_Sig(internal_sentinel){
#else #else
result = 0; result = 0;
#endif #endif
return 0;
return(result); return(result);
} }