From 4dc5450eebc1d863ea31f4b5e00fb7a9b67972e8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 14 Jun 2016 17:21:53 +0200 Subject: posix: Delete POSIX_API_Control::schedpolicy This field was redundant. --- cpukit/posix/include/rtems/posix/threadsup.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/posix/include/rtems/posix/threadsup.h') diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index 60bf0e46da..a9f36ef1ad 100644 --- a/cpukit/posix/include/rtems/posix/threadsup.h +++ b/cpukit/posix/include/rtems/posix/threadsup.h @@ -47,8 +47,6 @@ typedef struct { Thread_Control *thread; /** This is the POSIX threads attribute set. */ pthread_attr_t Attributes; - /** This is the thread's current scheduling policy. */ - int schedpolicy; /** This is the thread's current set of scheduling parameters. */ struct sched_param schedparam; /** -- cgit v1.2.3