artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f13ec9
)
remove unused variables
author
chl
<chl@openbsd.org>
Sat, 3 May 2014 11:11:15 +0000
(11:11 +0000)
committer
chl
<chl@openbsd.org>
Sat, 3 May 2014 11:11:15 +0000
(11:11 +0000)
ok henning@
usr.bin/systat/pftop.c
patch
|
blob
|
history
diff --git
a/usr.bin/systat/pftop.c
b/usr.bin/systat/pftop.c
index
fdc7615
..
4705580
100644
(file)
--- a/
usr.bin/systat/pftop.c
+++ b/
usr.bin/systat/pftop.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pftop.c,v 1.2
6 2014/04/26 11:28:49 sthen Exp $
*/
+/* $OpenBSD: pftop.c,v 1.2
7 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)