linux: remove dumb debugging return, still asserts though

master
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
result = 0;
#endif
return 0;
return(result);
}