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


Groups > linux.kernel > #1738982

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

Path csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod
From Peter Zijlstra <peterz@infradead.org>
Newsgroups linux.kernel
Subject [PATCH 3/8] sched/debug: Remove unused variable
Date Mon, 25 Sep 2017 14:20:02 +0200
Message-ID <utAwG-6f6-29@gated-at.bofh.it> (permalink)
References <utAwF-6f6-7@gated-at.bofh.it>
X-Original-To mingo@kernel.org, markus@trippelsdorf.de, rostedt@goodmis.org
Dkim-Signature v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Type:MIME-Version:References: Subject:Cc:To:From:Date:Message-Id:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=fc6tihWOAmNDMXrm1uKxwFRuEbjeRbXvD55UQhMma6U=; b=Yf7zE84MHFzjfQzvMK5Y7ocacL 2wdforGUi9Z3bJnQ3dv202aSrYd6LJ3rX3WBKJ/d0hCTcMwVeKt9/Dl79f66FsJOW19sS1S/gyfym fJOFPGPk9jkVoQb0bYopTEnTN+RXOBStUSgzIZyThcgw44wCReHUy9fBM8Na+gIDnXu+/x4s3KCuZ e4BHPmCPpghoZvbWD7TJpk9ne3FtoOOG6bpFO+6tI1FQaCGE86btcer+kv1xS3NctPwwHPjfeisrh IVDVW89C5Si5J2Y2WDT53CyFGwqlOYxhrnnL9bR0av/60aXcmwrzaFy+MmdKtdi2iOVRAbCnCno/6 +OvXmfzQ==;
User-Agent quilt/0.63-1
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Disposition inline; filename=peterz-sched-state-3.patch
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 18
Organization linux.* mail to news gateway
X-Original-Cc tj@kernel.org, mcgrof@kernel.org, ebiederm@xmission.com, paulmck@linux.vnet.ibm.com, torvalds@linux-foundation.org, tglx@linutronix.de, peterz@infradead.org, linux-kernel@vger.kernel.org
X-Original-Date Mon, 25 Sep 2017 14:07:50 +0200
X-Original-Message-ID <20170925121117.050658608@infradead.org>
X-Original-References <20170925120747.125098571@infradead.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1738982

Show key headers only | View raw



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


Thread

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

csiph-web