Skip to content

Commit

Permalink
[PATCH] sched: remove unused rq->load_balance_class
Browse files Browse the repository at this point in the history
Remove unused rq->load_balance_class.

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Satoru Takeuchi authored and Ingo Molnar committed Jul 26, 2007
1 parent e107be3 commit 018a221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ struct rq {
unsigned int clock_warps, clock_overflows;
unsigned int clock_unstable_events;

struct sched_class *load_balance_class;

atomic_t nr_iowait;

#ifdef CONFIG_SMP
Expand Down

0 comments on commit 018a221

Please sign in to comment.