Removed commented out scheduler globals.

This commit is contained in:
Bahadir Balban
2009-08-06 15:02:42 +03:00
parent e329a7c91a
commit dccfff80a3

View File

@@ -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;