Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1738982 > unrolled thread

[PATCH 3/8] sched/debug: Remove unused variable

Started byPeter Zijlstra <peterz@infradead.org>
First post2017-09-25 14:20 +0200
Last post2017-09-25 14:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/8] sched/debug: Remove unused variable Peter Zijlstra <peterz@infradead.org> - 2017-09-25 14:20 +0200

#1738982 — [PATCH 3/8] sched/debug: Remove unused variable

FromPeter Zijlstra <peterz@infradead.org>
Date2017-09-25 14:20 +0200
Subject[PATCH 3/8] sched/debug: Remove unused variable
Message-ID<utAwG-6f6-29@gated-at.bofh.it>

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)
 {

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web