Skip to content

Commit

Permalink
remove delta since it is not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamad Al Marri committed Jun 30, 2021
1 parent 7a5f392 commit 76d7ea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/sched/core.c
Expand Up @@ -4680,7 +4680,9 @@ static void sched_tick_remote(struct work_struct *work)
struct rq *rq = cpu_rq(cpu);
struct task_struct *curr;
struct rq_flags rf;
#if !defined(CONFIG_CACULE_SCHED)
u64 delta;
#endif
int os;

/*
Expand Down

0 comments on commit 76d7ea7

Please sign in to comment.