Signed-off-by: Tommi Rantala <tommi.t.rantala@xxxxxxxxx> --- src/pi_tests/pip_stress.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pi_tests/pip_stress.c b/src/pi_tests/pip_stress.c index 1245705..15adf54 100644 --- a/src/pi_tests/pip_stress.c +++ b/src/pi_tests/pip_stress.c @@ -57,7 +57,6 @@ #include "pip_stress.h" #include <unistd.h> -#include <getopt.h> /* default time for low priority thread usleep */ useconds_t usleep_val = 500; @@ -79,11 +78,6 @@ struct State *statep; const int policy = SCHED_FIFO; const int prio_min; /* Initialized for the minimum priority of policy */ -struct option long_options[] = { - { "usleep", required_argument, 0, 0 }, - { 0, 0, 0, 0 }, -}; - int main(void) { void *mptr; /* memory pointer */ -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html