Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1738982
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/8] sched/debug: Remove unused variable |
| Date | 2017-09-25 14:20 +0200 |
| Message-ID | <utAwG-6f6-29@gated-at.bofh.it> (permalink) |
| References | <utAwF-6f6-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
---
kernel/sched/debug.c | 2 --
1 file changed, 2 deletions(-)
--- a/kernel/sched/debug.c
+++ b/kernel/sched/debug.c
@@ -461,8 +461,6 @@ static char *task_group_path(struct task
}
#endif
-static const char stat_nam[] = TASK_STATE_TO_CHAR_STR;
-
static void
print_task(struct seq_file *m, struct rq *rq, struct task_struct *p)
{
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 3/8] sched/debug: Remove unused variable Peter Zijlstra <peterz@infradead.org> - 2017-09-25 14:20 +0200
csiph-web