From 7ae8dee064d9ac6e4de6d0836bd44463cded4e6c Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 29 Jan 2019 16:38:25 +0000 Subject: [PATCH] Remove SCHED_ISO from gamemode.c As per request, no longer needed --- daemon/gamemode.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/daemon/gamemode.c b/daemon/gamemode.c index 52a82f9..ccd6e0f 100644 --- a/daemon/gamemode.c +++ b/daemon/gamemode.c @@ -44,13 +44,6 @@ POSSIBILITY OF SUCH DAMAGE. #include #include -/* SCHED_ISO may not be defined as it is a reserved value not yet - * implemented in official kernel sources, see linux/sched.h. - */ -#ifndef SCHED_ISO -#define SCHED_ISO 4 -#endif - /** * The GameModeClient encapsulates the remote connection, providing a list * form to contain the pid and credentials.