From accc64ac2b692f2eb425bfd78c9dd48016613dc2 Mon Sep 17 00:00:00 2001 From: chl Date: Sat, 3 May 2014 11:11:15 +0000 Subject: [PATCH] remove unused variables ok henning@ --- usr.bin/systat/pftop.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.bin/systat/pftop.c b/usr.bin/systat/pftop.c index fdc7615f87b..47055800d83 100644 --- a/usr.bin/systat/pftop.c +++ b/usr.bin/systat/pftop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pftop.c,v 1.26 2014/04/26 11:28:49 sthen Exp $ */ +/* $OpenBSD: pftop.c,v 1.27 2014/05/03 11:11:15 chl Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier @@ -1583,9 +1583,6 @@ select_queues(void) int read_queues(void) { - static int first_read = 1; - struct pfctl_queue_node *node; - int inserts; num_disp = num_queues = 0; if (pfctl_update_qstats() < 0) -- 2.20.1