From dccfff80a368348641773287840e8d9bb9f94cc9 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Thu, 6 Aug 2009 15:02:42 +0300 Subject: [PATCH] Removed commented out scheduler globals. --- src/generic/scheduler.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/generic/scheduler.c b/src/generic/scheduler.c index ac01cb0..0f1270c 100644 --- a/src/generic/scheduler.c +++ b/src/generic/scheduler.c @@ -25,9 +25,6 @@ #include INC_ARCH(exception.h) -//static struct runqueue *rq_runnable, *rq_expired; -//static int prio_total; /* Total priority of all tasks */ - /* This is incremented on each irq or voluntarily by preempt_disable() */ extern unsigned int current_irq_nest_count;