s390/sysinfo: Remove unused variables

max_mnest and rc are never used.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Christian Borntraeger 2015-12-07 13:08:48 +01:00 committed by Martin Schwidefsky
parent 90f405e859
commit e527aec434

View file

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