Procházet zdrojové kódy

Remove SCHED_ISO from gamemode.c

As per request, no longer needed
Marc Di Luzio před 6 roky
rodič
revize
e342b6e394
1 změnil soubory, kde provedl 0 přidání a 7 odebrání
  1. 0 7
      daemon/gamemode.c

+ 0 - 7
daemon/gamemode.c

@@ -44,13 +44,6 @@ POSSIBILITY OF SUCH DAMAGE.
 #include <stdatomic.h>
 #include <systemd/sd-daemon.h>
 
-/* 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.