From 097c5e8da45d91aaf89fba102c440e26945f9de7 Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Wed, 18 Feb 2004 15:59:54 +0000 Subject: [PATCH] Remove thr_getschedparam.c since it's contents have been moved into thr_setschedparam.c --- lib/libthr/thread/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libthr/thread/Makefile.inc b/lib/libthr/thread/Makefile.inc index 896374c018c2..c43737e7d722 100644 --- a/lib/libthr/thread/Makefile.inc +++ b/lib/libthr/thread/Makefile.inc @@ -19,7 +19,6 @@ SRCS+= \ thr_find_thread.c \ thr_gc.c \ thr_getprio.c \ - thr_getschedparam.c \ thr_info.c \ thr_init.c \ thr_join.c \