Commit e527aec4 authored by Christian Borntraeger's avatar Christian Borntraeger Committed by Martin Schwidefsky

s390/sysinfo: Remove unused variables

max_mnest and rc are never used.
Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 90f405e8
......@@ -111,8 +111,7 @@ static void stsi_1_1_1(struct seq_file *m, struct sysinfo_1_1_1 *info)
static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info)
{
static int max_mnest;
int i, rc;
int i;
seq_putc(m, '\n');
if (!MACHINE_HAS_TOPOLOGY)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment