diff --git a/src/main.c b/src/main.c index e406dc45..b93b9a2e 100644 --- a/src/main.c +++ b/src/main.c @@ -335,10 +335,6 @@ static void _tf_run_task_thread(void* data) #if !TARGET_OS_IPHONE static void _shed_privileges() { - if (true) - { - return; - } #if !defined(_WIN32) && !defined(__HAIKU__) struct rlimit zeroLimit; zeroLimit.rlim_cur = 0;