From 8301f235502763810275919f0439cae66c521b97 Mon Sep 17 00:00:00 2001 From: insofaras Date: Fri, 27 May 2016 21:27:52 +0100 Subject: [PATCH] linux: remove dumb debugging return, still asserts though --- linux_4ed.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/linux_4ed.cpp b/linux_4ed.cpp index 01b33082..c8b9f656 100644 --- a/linux_4ed.cpp +++ b/linux_4ed.cpp @@ -869,9 +869,6 @@ INTERNAL_Sys_Sentinel_Sig(internal_sentinel){ #else result = 0; #endif - - return 0; - return(result); }